1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-27 00:37:08 +00:00
termux-packages/packages/rq/lib.rs.patch
2021-08-08 13:34:20 +05:30

11 lines
292 B
Diff

--- 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,