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/rustdoc | |
| parent | 5c18bf6cdd581108cb924f23ef5a23d9c17352e2 (diff) | |
Add allow(non_camel_case_types) to unconverted crates
Diffstat (limited to 'src/rustdoc')
| -rw-r--r-- | src/rustdoc/rustdoc.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustdoc/rustdoc.rc b/src/rustdoc/rustdoc.rc index 5553251329c..b50defeb99d 100644 --- a/src/rustdoc/rustdoc.rc +++ b/src/rustdoc/rustdoc.rc @@ -13,6 +13,7 @@ #[allow(vecs_implicitly_copyable, non_implicitly_copyable_typarams)]; +#[allow(non_camel_case_types)]; extern mod core(vers = "0.4"); extern mod std(vers = "0.4"); |
