We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716f5e8 commit 69e0b04Copy full SHA for 69e0b04
compiler/src/codegen.rs
@@ -65,8 +65,6 @@ impl<'a> CodeWriter<'a> {
65
self.write_line("#![allow(unknown_lints)]");
66
self.write_line("#![allow(clippy::all)]");
67
self.write_line("");
68
- self.write_line("#![cfg_attr(rustfmt, rustfmt_skip)]");
69
- self.write_line("");
70
self.write_line("#![allow(box_pointers)]");
71
self.write_line("#![allow(dead_code)]");
72
self.write_line("#![allow(missing_docs)]");
0 commit comments