We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51a102e + 5a3522c commit ffd68ebCopy full SHA for ffd68eb
src/lib.rs
@@ -1,5 +1,5 @@
1
//#![warn(missing_doc)]
2
-#![forbid(non_camel_case_types, non_uppercase_statics)]
+#![forbid(non_camel_case_types)]
3
#![feature(macro_rules, struct_variant)]
4
5
//! This crate currently provides almost XML 1.0/1.1-compliant pull parser.
0 commit comments