about summary refs log tree commit diff
path: root/src/tools/remote-test-client
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-06-12 15:44:56 -0700
committerEric Huss <eric@huss.org>2020-06-25 21:17:21 -0700
commit75983e137eeae5e9b210c2e97e6239bf888d9620 (patch)
tree7771ec9269aa267c7f5d39983aeccc63bc245910 /src/tools/remote-test-client
parent9f3c96b869b48ecd0bb556c6ad9cd603b4dacfb9 (diff)
downloadrust-75983e137eeae5e9b210c2e97e6239bf888d9620.tar.gz
rust-75983e137eeae5e9b210c2e97e6239bf888d9620.zip
Support configurable deny-warnings for all in-tree crates.
Diffstat (limited to 'src/tools/remote-test-client')
-rw-r--r--src/tools/remote-test-client/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/remote-test-client/src/main.rs b/src/tools/remote-test-client/src/main.rs
index 1fafe109d34..6245b76fd6e 100644
--- a/src/tools/remote-test-client/src/main.rs
+++ b/src/tools/remote-test-client/src/main.rs
@@ -5,8 +5,6 @@
 //! Here is also where we bake in the support to spawn the QEMU emulator as
 //! well.
 
-#![deny(warnings)]
-
 use std::env;
 use std::fs::{self, File};
 use std::io::prelude::*;