summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-04 18:05:57 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-04 18:26:30 -0700
commita618d0d7ce913e5c7f1393561149ada6f7c32ff3 (patch)
tree061cd30043e29543eb1f05d0eabaa07f85508f4c /src/libstd/std.rc
parent9c988eb40dae850d40171b887153f1d67142032b (diff)
downloadrust-a618d0d7ce913e5c7f1393561149ada6f7c32ff3.tar.gz
rust-a618d0d7ce913e5c7f1393561149ada6f7c32ff3.zip
std: Convert test to camel case
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 1b3d2125f1c..d2c6f41317b 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -92,7 +92,6 @@ mod unicode;
 
 // Compiler support modules
 
-#[allow(non_camel_case_types)] // XXX
 mod test;
 #[allow(non_camel_case_types)] // XXX
 mod serialization;