diff options
| author | Ralf Jung <post@ralfj.de> | 2020-09-26 12:58:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-26 12:58:34 +0200 |
| commit | 9e02642fb3f1f78793c24bbad9c39368e2024968 (patch) | |
| tree | 617cba4274a10947caff435bda020c5c55ac787f /compiler/rustc_session/src | |
| parent | 259e9477f4305f4939ced7fc6561ac7a615780ce (diff) | |
| parent | 12187b7f860e8e823eb5e399946746c4d2c1b1a7 (diff) | |
| download | rust-9e02642fb3f1f78793c24bbad9c39368e2024968.tar.gz rust-9e02642fb3f1f78793c24bbad9c39368e2024968.zip | |
Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk
Remove unused #[allow(...)] statements from compiler/
Diffstat (limited to 'compiler/rustc_session/src')
| -rw-r--r-- | compiler/rustc_session/src/filesearch.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_session/src/filesearch.rs b/compiler/rustc_session/src/filesearch.rs index 284fca652ec..12a268d5b1d 100644 --- a/compiler/rustc_session/src/filesearch.rs +++ b/compiler/rustc_session/src/filesearch.rs @@ -1,5 +1,3 @@ -#![allow(non_camel_case_types)] - pub use self::FileMatch::*; use std::borrow::Cow; |
