From 29df272133425ed5d9c54a584c60193fb3ad6086 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Mon, 6 Jan 2020 11:38:56 -0500 Subject: error on warnings (#3612) --- deno_typescript/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deno_typescript') diff --git a/deno_typescript/lib.rs b/deno_typescript/lib.rs index 2d459f98f..cc4970d16 100644 --- a/deno_typescript/lib.rs +++ b/deno_typescript/lib.rs @@ -1,4 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +#![deny(warnings)] + extern crate deno_core; extern crate serde; extern crate serde_json; -- cgit v1.2.3