about 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 14:37:47 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-04 14:37:47 -0700
commit8182497359237cf2d842bc614eae2bf24bc2517a (patch)
treee257cc056401560d286e48feef6af1726d96d6a2 /src/libstd/std.rc
parenta04cb8ebb7e034e3ecc655cab9e3ec5f415f2cf6 (diff)
downloadrust-8182497359237cf2d842bc614eae2bf24bc2517a.tar.gz
rust-8182497359237cf2d842bc614eae2bf24bc2517a.zip
std: Camel case sort
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 da96e871beb..dbc56d3f5e3 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -67,7 +67,6 @@ mod map;
 mod rope;
 #[allow(non_camel_case_types)] // XXX
 mod smallintmap;
-#[allow(non_camel_case_types)] // XXX
 mod sort;
 mod treemap;