diff --git a/compiler/src/codegen.rs b/compiler/src/codegen.rs index 13a6a21c3..2a41105b6 100644 --- a/compiler/src/codegen.rs +++ b/compiler/src/codegen.rs @@ -65,8 +65,6 @@ impl<'a> CodeWriter<'a> { self.write_line("#![allow(unknown_lints)]"); self.write_line("#![allow(clippy::all)]"); self.write_line(""); - self.write_line("#![cfg_attr(rustfmt, rustfmt_skip)]"); - self.write_line(""); self.write_line("#![allow(box_pointers)]"); self.write_line("#![allow(dead_code)]"); self.write_line("#![allow(missing_docs)]");