conlang: More clippy

This commit is contained in:
2025-09-15 00:17:50 -04:00
parent 1fe796dda7
commit 62940b3d24
5 changed files with 8 additions and 8 deletions

View File

@@ -328,7 +328,7 @@ pub mod collector {
self.env.modules().get(self.module)
}
pub fn as_node_mut(&mut self) -> ModuleNodeMut {
pub fn as_node_mut(&mut self) -> ModuleNodeMut<'_> {
self.env.modules_mut().get_mut(self.module)
}