X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-registry%2Fsrc%2Flib.rs;h=2e53255aa9844ebb5752cc28c01cfe3267a96c29;hb=c17769db76a6effa4c439af78955002f089a73df;hp=915f76359fa51374757582d839119cbee9912350;hpb=32f7cbe538d71574f7ac05aa51599d2678f5db3f;p=nihav.git diff --git a/nihav-registry/src/lib.rs b/nihav-registry/src/lib.rs index 915f763..2e53255 100644 --- a/nihav-registry/src/lib.rs +++ b/nihav-registry/src/lib.rs @@ -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;