diff options
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index a1c608c44..f0df3f149 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -1,4 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +#![deny(warnings)] + #[macro_use] extern crate lazy_static; #[macro_use] |