Skip to content

Commit ffd68eb

Browse files
committed
Merge pull request #14 from mattyhall/master
Remove forbid non_uppercase_statics. Fixes #13
2 parents 51a102e + 5a3522c commit ffd68eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//#![warn(missing_doc)]
2-
#![forbid(non_camel_case_types, non_uppercase_statics)]
2+
#![forbid(non_camel_case_types)]
33
#![feature(macro_rules, struct_variant)]
44

55
//! This crate currently provides almost XML 1.0/1.1-compliant pull parser.

0 commit comments

Comments
 (0)