Apply cleanups proposed by clippy.

This commit is contained in:
Nick Lewycky
2021-01-26 16:02:22 -08:00
parent b038bc5a30
commit 91d399e8f4
12 changed files with 25 additions and 27 deletions

View File

@@ -100,7 +100,7 @@ where
Self {
store: other.store,
definition: other.definition,
exported: other.exported.clone(),
exported: other.exported,
}
}
}