aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cf812d0..ebb37ce 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,9 +1,9 @@
-#![feature(type_ascription)]
-#![feature(hash_set_entry)]
+#![feature(type_ascription, hash_set_entry, type_name_of_val)]
+#![warn(rust_2018_idioms)]
#[macro_use]
extern crate log;
pub mod db;
pub mod server;
-pub mod utils;
+pub mod utils; \ No newline at end of file