Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

Commit 943a894

Browse files
committed
unused_qualifications is a bit noisy just at present!
See rust-lang/rust#19102 for more details.
1 parent edb8c80 commit 943a894

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/httpcommon/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
#![feature(globs, macro_rules, phase, slicing_syntax)]
1919

20-
#![warn(unused_qualifications, non_upper_case_globals, unused_typecasts, missing_docs,
21-
unused_results)]
20+
#![warn(non_upper_case_globals, unused_typecasts, missing_docs, unused_results)]
2221
//#![warn(unstable)]
2322

2423
#[phase(plugin)]

0 commit comments

Comments
 (0)