about summary refs log tree commit diff
path: root/compiler/rustc_infer/src
diff options
context:
space:
mode:
authorIQuant <quant3234@gmail.com>2022-08-24 17:09:07 +0300
committerGitHub <noreply@github.com>2022-08-24 17:09:07 +0300
commite1765a9c56d8d9b235bc5b8fda2a0f1d4e92ff49 (patch)
tree82b769288c533c5d0c3a10fe96629e7f9631525c /compiler/rustc_infer/src
parent3fae3904b130272c782255066f79a13fa9fcdad6 (diff)
downloadrust-e1765a9c56d8d9b235bc5b8fda2a0f1d4e92ff49.tar.gz
rust-e1765a9c56d8d9b235bc5b8fda2a0f1d4e92ff49.zip
Remove commented lines
Diffstat (limited to 'compiler/rustc_infer/src')
-rw-r--r--compiler/rustc_infer/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs
index 2c1d339b578..eed2efd3ee0 100644
--- a/compiler/rustc_infer/src/lib.rs
+++ b/compiler/rustc_infer/src/lib.rs
@@ -23,8 +23,6 @@
 #![feature(never_type)]
 #![feature(try_blocks)]
 #![recursion_limit = "512"] // For rustdoc
-// #![deny(rustc::untranslatable_diagnostic)]
-// #![deny(rustc::diagnostic_outside_of_impl)]
 
 #[macro_use]
 extern crate rustc_macros;