diff options
Diffstat (limited to 'src/test/run-pass/html-literals.rs')
| -rw-r--r-- | src/test/run-pass/html-literals.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/html-literals.rs b/src/test/run-pass/html-literals.rs index 1e1fde4d1e2..1aed2844c96 100644 --- a/src/test/run-pass/html-literals.rs +++ b/src/test/run-pass/html-literals.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#![allow(non_camel_case_types)] // A test of the macro system. Can we do HTML literals? /* |
