Mark intrinsic::tydesc with #[allow(non_camel_case_types)]

This commit is contained in:
Brian Anderson 2012-08-27 15:06:09 -07:00
parent 180202fa4d
commit 1cd97ee47d

View File

@ -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,