registry: silence clippy warnings
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 16 Jun 2020 12:15:54 +0000 (14:15 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 16 Jun 2020 12:15:54 +0000 (14:15 +0200)
nihav-registry/src/lib.rs

index 915f76359fa51374757582d839119cbee9912350..2e53255aa9844ebb5752cc28c01cfe3267a96c29 100644 (file)
@@ -3,4 +3,5 @@ extern crate nihav_core;
 
 #[allow(clippy::unreadable_literal)]
 pub mod detect;
-pub mod register;
\ No newline at end of file
+#[allow(clippy::trivially_copy_pass_by_ref)]
+pub mod register;