File: dont-deny-warnings.patch

package info (click to toggle)
rust-flate2 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 688 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: flate2/src/lib.rs
===================================================================
--- flate2.orig/src/lib.rs
+++ flate2/src/lib.rs
@@ -91,7 +91,7 @@
 #![deny(missing_docs)]
 #![deny(missing_debug_implementations)]
 #![allow(trivial_numeric_casts)]
-#![cfg_attr(test, deny(warnings))]
+//#![cfg_attr(test, deny(warnings))]
 #![cfg_attr(docsrs, feature(doc_auto_cfg))]
 
 #[cfg(not(feature = "any_impl",))]