]> git.nihav.org Git - nihav.git/commitdiff
nihav_registry: remove useless clippy warnings
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 9 Nov 2024 12:34:52 +0000 (13:34 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 9 Nov 2024 14:33:27 +0000 (15:33 +0100)
nihav-registry/src/lib.rs

index 2e53255aa9844ebb5752cc28c01cfe3267a96c29..a5dee388f0072f847d22ef47b5c98e004b11e45e 100644 (file)
@@ -1,7 +1,5 @@
 //! Single place for storing information about container and codec formats.
 extern crate nihav_core;
 
-#[allow(clippy::unreadable_literal)]
 pub mod detect;
-#[allow(clippy::trivially_copy_pass_by_ref)]
 pub mod register;