diff --git a/src/lib.rs b/src/lib.rs index db9f277dc..d37ff3b44 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ #![doc(html_logo_url = "http://fulmicoton.com/tantivy-logo/tantivy-logo.png")] #![allow(unknown_lints)] // for the clippy lint options #![allow(module_inception)] +#![cfg_attr(feature = "cargo-clippy", allow(inline_always))] #![feature(box_syntax)] #![feature(optin_builtin_traits)]