Skip to content

Commit 512a769

Browse files
committed
std: Allow camel case for list type
1 parent f03ed73 commit 512a769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/std.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ mod comm;
6161
mod bitv;
6262
mod deque;
6363
mod fun_treemap;
64+
#[allow(non_camel_case_types)] // XXX
6465
mod list;
6566
#[allow(non_camel_case_types)] // XXX
6667
mod map;

0 commit comments

Comments
 (0)