Allow new warnings

Change-Id: I0cdacee08b4e8e9336490ea3ae442ceb6dc47823
diff --git a/src/lib.rs b/src/lib.rs
index 4a87b10..0d8d199 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,6 +18,7 @@
 #![allow(unknown_lints)]
 // #![feature(non_exhaustive)]
 // #![feature(tool_lints)]
+#![allow(bare_trait_objects, ellipsis_inclusive_range_patterns)]
 
 #[cfg(all(unix, not(any(target_os = "fuchsia"))))]
 extern crate dirs;