cargo clippy everywhere
This commit is contained in:
parent
07847e11d7
commit
e4bb8c3f9d
7 changed files with 18 additions and 15 deletions
|
|
@ -1199,8 +1199,7 @@ impl<C: XConnection> ServerState<C> {
|
|||
let old_role_type = std::mem::discriminant(role);
|
||||
assert_eq!(
|
||||
new_role_type, old_role_type,
|
||||
"Surface for {:?} already had a role: {:?}",
|
||||
window, role
|
||||
"Surface for {window:?} already had a role: {role:?}"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue