diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-02 15:54:15 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-02 15:57:49 -0700 |
| commit | 512a769f6fd9b9427d5e4aff33bd5bb3b0667af2 (patch) | |
| tree | 3b03e686650e0d5458f12e2f0e8859413dabe782 /src | |
| parent | f03ed73c5efdd209907ad353b334a0c6cf474bc7 (diff) | |
| download | rust-512a769f6fd9b9427d5e4aff33bd5bb3b0667af2.tar.gz rust-512a769f6fd9b9427d5e4aff33bd5bb3b0667af2.zip | |
std: Allow camel case for list type
Diffstat (limited to 'src')
| -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 76e0dc183b4..9bbb4d5974f 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -61,6 +61,7 @@ mod comm; mod bitv; mod deque; mod fun_treemap; +#[allow(non_camel_case_types)] // XXX mod list; #[allow(non_camel_case_types)] // XXX mod map; |
