Skip to content

Commit e1765a9

Browse files
authored
Remove commented lines
1 parent 3fae390 commit e1765a9

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_infer/src

1 file changed

+0
-2
lines changed

compiler/rustc_infer/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#![feature(never_type)]
2424
#![feature(try_blocks)]
2525
#![recursion_limit = "512"] // For rustdoc
26-
// #![deny(rustc::untranslatable_diagnostic)]
27-
// #![deny(rustc::diagnostic_outside_of_impl)]
2826

2927
#[macro_use]
3028
extern crate rustc_macros;

0 commit comments

Comments
 (0)