chore: clippy fix useless_conversion

This commit is contained in:
quake
2022-07-20 21:28:17 +09:00
parent e707b66639
commit 8d91e7eb63
5 changed files with 7 additions and 8 deletions

View File

@@ -365,8 +365,7 @@ impl Engine {
parse: Box::new(parse),
func: Box::new(func),
scope_may_be_changed,
}
.into(),
},
);
self
}