Skip to content

Commit f7849c7

Browse files
committedSep 11, 2018
Allow various lints to silence compiler warnings.
1 parent 5ed5a0d commit f7849c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+82
-2
lines changed
 

‎src/test/ui/run-pass/alias-uninit-value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// run-pass
12-
12+
#![allow(non_camel_case_types)]
1313

1414
// Regression test for issue #374
1515

‎src/test/ui/run-pass/alignment-gep-tup-like-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// run-pass
12+
#![allow(non_camel_case_types)]
1213

1314
#![feature(box_syntax)]
1415

0 commit comments

Comments
 (0)