From 117aa8cfeebb9973476814ef856ff0176fa835ef Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 2 Sep 2012 15:39:37 -0700 Subject: core: warn(non_camel_case_types) everywhere, with few exceptions --- src/libcore/rt.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libcore/rt.rs') diff --git a/src/libcore/rt.rs b/src/libcore/rt.rs index 7fd646d6bf8..097ac8a71fc 100644 --- a/src/libcore/rt.rs +++ b/src/libcore/rt.rs @@ -8,6 +8,7 @@ import libc::c_void; import libc::size_t; import libc::uintptr_t; +#[allow(non_camel_case_types)] type rust_task = c_void; extern mod rustrt { -- cgit 1.4.1-3-g733a5