trivially copy pass by ref

This commit is contained in:
storyfeet 2018-07-09 22:47:23 +01:00 committed by Brandon W Maister
parent b9b09b8e11
commit 611abbd7ae
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@
#![cfg_attr(bench, feature(test))] // lib stability features as per RFC #507
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![allow(trivially_copy_pass_by_ref)]
// The explicit 'static lifetimes are still needed for rustc 1.13-16
// backward compatibility, and this appeases clippy. If minimum rustc