File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -196,21 +196,7 @@ impl Program {
196
196
// up front, disable lots of annoying lints, then include all global
197
197
// state such as items, view items, and extern mods.
198
198
let mut code = fmt ! ( "
199
- #[allow(ctypes)];
200
- #[allow(heap_memory)];
201
- #[allow(implicit_copies)];
202
- #[allow(managed_heap_memory)];
203
- #[allow(non_camel_case_types)];
204
- #[allow(owned_heap_memory)];
205
- #[allow(path_statement)];
206
- #[allow(unrecognized_lint)];
207
- #[allow(unused_imports)];
208
- #[allow(while_true)];
209
- #[allow(unused_variable)];
210
- #[allow(dead_assignment)];
211
- #[allow(unused_unsafe)];
212
- #[allow(unused_mut)];
213
- #[allow(unreachable_code)];
199
+ #[allow(warnings)];
214
200
215
201
extern mod extra;
216
202
%s // extern mods
You can’t perform that action at this time.
0 commit comments