rq: remove warning-as-error attribute
This commit is contained in:
parent
0013d6e026
commit
021e5353d7
10
packages/rq/lib.rs.patch
Normal file
10
packages/rq/lib.rs.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- rq-1.0.2/src/lib.rs 2019-11-21 01:04:26.000000000 +0330
|
||||
+++ rq-1.0.2.mod/src/lib.rs 2021-08-07 17:46:03.808318020 +0430
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
// For pest parser generation
|
||||
#![recursion_limit = "1024"]
|
||||
-#![deny(warnings)]
|
||||
#![deny(clippy::all)]
|
||||
#![deny(
|
||||
missing_debug_implementations,
|
Loading…
Reference in New Issue
Block a user