Mark intrinsic::tydesc with #[allow(non_camel_case_types)]
This commit is contained in:
parent
180202fa4d
commit
1cd97ee47d
@ -12,6 +12,7 @@ fn get_tydesc<T>() -> *tydesc {
|
||||
rusti::get_tydesc::<T>() as *tydesc
|
||||
}
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
enum tydesc = {
|
||||
first_param: **u8,
|
||||
size: uint,
|
||||
|
Loading…
Reference in New Issue
Block a user