diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-02-15 18:31:17 -0700 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-03-08 20:30:00 -0700 |
| commit | 9cfc73cd3ff9aa845b699eb6d66e76cd4e0cdef0 (patch) | |
| tree | 8d5a90d488c5bce2e029419a728241ef32ddbf7f /src | |
| parent | c8edb3652096bc3d294593375a5333503e6e86b1 (diff) | |
| download | rust-9cfc73cd3ff9aa845b699eb6d66e76cd4e0cdef0.tar.gz rust-9cfc73cd3ff9aa845b699eb6d66e76cd4e0cdef0.zip | |
Deny warnings
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index f3d9246c6fc..5cba65f7f0a 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -113,7 +113,7 @@ //! More documentation can be found in each respective module below, and you can //! also check out the `src/bootstrap/README.md` file for more information. -//#![deny(warnings)] +#![deny(warnings)] #![feature(core_intrinsics)] #[macro_use] |
