]> git.lizzy.rs Git - rust.git/blobdiff - tests/dogfood.rs
Use relative deps path
[rust.git] / tests / dogfood.rs
index 4ede20c52583b0bbcef93972f47fff53aa2879db..54f452172deb4a3f727e3a586fbd8f3266c45efe 100644 (file)
@@ -6,6 +6,8 @@
 // Dogfood cannot run on Windows
 #![cfg(not(windows))]
 #![feature(once_cell)]
+#![cfg_attr(feature = "deny-warnings", deny(warnings))]
+#![warn(rust_2018_idioms, unused_lifetimes)]
 
 use std::lazy::SyncLazy;
 use std::path::PathBuf;