summaryrefslogtreecommitdiff
path: root/deno_typescript/lib.rs
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-06 11:38:56 -0500
committerGitHub <noreply@github.com>2020-01-06 11:38:56 -0500
commit29df272133425ed5d9c54a584c60193fb3ad6086 (patch)
treedd681fc76365fd177ea40a28daac88defa9d298f /deno_typescript/lib.rs
parent870622d3ccb3589eeb72a439717edf7e40d9b093 (diff)
error on warnings (#3612)
Diffstat (limited to 'deno_typescript/lib.rs')
-rw-r--r--deno_typescript/lib.rs2
1 files changed, 2 insertions, 0 deletions
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;