Some clippy cleanups

This commit is contained in:
kjeremy 2019-02-06 15:50:26 -05:00
parent c1e10a24fa
commit 6753051a45
15 changed files with 49 additions and 55 deletions

View file

@ -72,7 +72,7 @@ impl ImplBlock {
}
pub fn module(&self) -> Module {
self.module_impl_blocks.module.clone()
self.module_impl_blocks.module
}
pub fn target_trait_ref(&self) -> Option<&TypeRef> {