File: dont-deny-warnings.patch

package info (click to toggle)
rust-reqwest 0.12.15-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,052 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4 +4 @@
-#![cfg_attr(test, deny(warnings))]
+//#![cfg_attr(test, deny(warnings))]