diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-26 21:14:39 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-26 21:17:36 -0400 |
| commit | edd6d9ea37f55cce3298deb6ef271cb7d03a824a (patch) | |
| tree | b75cb0deead05c6b9b75003cd261367bc182dd2c /src/libstd/std.rc | |
| parent | cf1d2a7fef9a1962d9883eead2c67bfa391d8aae (diff) | |
| download | rust-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.rc | 1 |
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; |
