Skip to content

Commit b80b104

Browse files
committed
---
yaml --- r: 28560 b: refs/heads/try c: 859a892 h: refs/heads/master v: v3
1 parent 4c363b6 commit b80b104

File tree

8 files changed

+8
-1
lines changed

8 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5-
refs/heads/try: 5c18bf6cdd581108cb924f23ef5a23d9c17352e2
5+
refs/heads/try: 859a892eb019c115ed8fc790903c8f459743a68a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df

branches/try/src/cargo/cargo.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#[allow(vecs_implicitly_copyable,
2222
non_implicitly_copyable_typarams)];
23+
#[allow(non_camel_case_types)];
2324

2425
extern mod core(vers = "0.4");
2526
extern mod std(vers = "0.4");

branches/try/src/compiletest/compiletest.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#[no_core];
44

55
#[allow(vecs_implicitly_copyable)];
6+
#[allow(non_camel_case_types)];
67

78
extern mod core(vers = "0.4");
89
extern mod std(vers = "0.4");

branches/try/src/fuzzer/fuzzer.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#[no_core];
66

77
#[allow(vecs_implicitly_copyable)];
8+
#[allow(non_camel_case_types)];
89

910
extern mod core(vers = "0.4");
1011
extern mod std(vers = "0.4");

branches/try/src/libsyntax/syntax.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#[no_core];
1010

1111
#[allow(vecs_implicitly_copyable)];
12+
#[allow(non_camel_case_types)];
1213

1314
extern mod core(vers = "0.4");
1415
extern mod std(vers = "0.4");

branches/try/src/rustc/driver/rustc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#[no_core];
22
#[allow(vecs_implicitly_copyable)];
3+
#[allow(non_camel_case_types)];
34

45
extern mod core(vers = "0.4");
56
extern mod std(vers = "0.4");

branches/try/src/rustc/rustc.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#[no_core];
1313

1414
#[allow(vecs_implicitly_copyable)];
15+
#[allow(non_camel_case_types)];
1516
// #[warn(deprecated_pattern)];
1617

1718
extern mod core(vers = "0.4");

branches/try/src/rustdoc/rustdoc.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#[allow(vecs_implicitly_copyable,
1515
non_implicitly_copyable_typarams)];
16+
#[allow(non_camel_case_types)];
1617

1718
extern mod core(vers = "0.4");
1819
extern mod std(vers = "0.4");

0 commit comments

Comments
 (0)