diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-18 11:20:57 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-18 11:21:07 -0700 |
| commit | 859a892eb019c115ed8fc790903c8f459743a68a (patch) | |
| tree | 7010e30ddd3ab527b73612d922e6b7cb64c01772 /src/compiletest | |
| parent | 5c18bf6cdd581108cb924f23ef5a23d9c17352e2 (diff) | |
| download | rust-859a892eb019c115ed8fc790903c8f459743a68a.tar.gz rust-859a892eb019c115ed8fc790903c8f459743a68a.zip | |
Add allow(non_camel_case_types) to unconverted crates
Diffstat (limited to 'src/compiletest')
| -rw-r--r-- | src/compiletest/compiletest.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiletest/compiletest.rc b/src/compiletest/compiletest.rc index 5d2179e0f98..11479f7ba1c 100644 --- a/src/compiletest/compiletest.rc +++ b/src/compiletest/compiletest.rc @@ -3,6 +3,7 @@ #[no_core]; #[allow(vecs_implicitly_copyable)]; +#[allow(non_camel_case_types)]; extern mod core(vers = "0.4"); extern mod std(vers = "0.4"); |
