about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorBen Blum <bblum@andrew.cmu.edu>2012-08-26 21:14:39 -0400
committerBen Blum <bblum@andrew.cmu.edu>2012-08-26 21:17:36 -0400
commitedd6d9ea37f55cce3298deb6ef271cb7d03a824a (patch)
treeb75cb0deead05c6b9b75003cd261367bc182dd2c /src/libstd/std.rc
parentcf1d2a7fef9a1962d9883eead2c67bfa391d8aae (diff)
downloadrust-edd6d9ea37f55cce3298deb6ef271cb7d03a824a.tar.gz
rust-edd6d9ea37f55cce3298deb6ef271cb7d03a824a.zip
convert std::sync types to camelcase
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 6945c7e1815..03d7e30e898 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -50,6 +50,7 @@ mod cell;
 
 // Concurrency
 
+#[warn(non_camel_case_types)]
 mod sync;
 mod arc;
 mod comm;