From 8edf099485903a402d8e9df4810b9362ed1b1f15 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 18 Sep 2020 12:31:30 -0400 Subject: publish deno_fetch during CI (#7557) --- cli/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/main.rs') 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] -- cgit v1.2.3