Skip to content

Commit 1cd97ee

Browse files
committed
Mark intrinsic::tydesc with #[allow(non_camel_case_types)]
1 parent 180202f commit 1cd97ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rustc/front/intrinsic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mod intrinsic {
1212
rusti::get_tydesc::<T>() as *tydesc
1313
}
1414

15+
#[allow(non_camel_case_types)]
1516
enum tydesc = {
1617
first_param: **u8,
1718
size: uint,

0 commit comments

Comments
 (0)