fix clippy lint
This commit is contained in:
parent
2114978e9b
commit
c47c3a1c03
1 changed files with 1 additions and 1 deletions
|
@ -1596,7 +1596,7 @@ impl Context {
|
|||
parent_id: Option<Id>,
|
||||
f: impl FnOnce(&mut accesskit::Node),
|
||||
) {
|
||||
self.write().mutate_accesskit_node(id, parent_id, f)
|
||||
self.write().mutate_accesskit_node(id, parent_id, f);
|
||||
}
|
||||
|
||||
#[cfg(feature = "accesskit")]
|
||||
|
|
Loading…
Reference in a new issue