diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-09-18 12:31:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 12:31:30 -0400 |
commit | 8edf099485903a402d8e9df4810b9362ed1b1f15 (patch) | |
tree | ed17cf1b8084664ff19f49b6b63c9b9cebd8412e /cli/main.rs | |
parent | 93e8e59a7e651277f9943b8e9bf4ff6342243a90 (diff) |
publish deno_fetch during CI (#7557)
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/main.rs b/cli/main.rs index 18dd3ffcb..2d80372c7 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -1,5 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +#![deny(warnings)] + #[macro_use] extern crate lazy_static; #[macro_use] |