diff --git a/src/result.rs b/src/result.rs index 2e231144..391a6a82 100755 --- a/src/result.rs +++ b/src/result.rs @@ -1,4 +1,4 @@ -#![allow(unknown_lints)] // non_local_definitions isn't in Rust 1.70 +#![allow(unknown_lints)] // non_local_definitions isn't in Rust 1.70 #![allow(non_local_definitions)] //! Error types that can be emitted from this library