You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
470 B
22 lines
470 B
2 years ago
|
From f5fca0fe3effefb9115da27c600727c0399ceb9a Mon Sep 17 00:00:00 2001
|
||
|
From: Fabio Valentini <decathorpe@gmail.com>
|
||
|
Date: Wed, 11 Jan 2023 21:38:39 +0100
|
||
|
Subject: [PATCH] remove harmful deny(warnings) lint
|
||
|
|
||
|
---
|
||
|
src/lib.rs | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/lib.rs b/src/lib.rs
|
||
|
index 5bdffb8..fd2556b 100644
|
||
|
--- a/src/lib.rs
|
||
|
+++ b/src/lib.rs
|
||
|
@@ -1,4 +1,3 @@
|
||
|
-#![deny(warnings)]
|
||
|
#![warn(unused_extern_crates)]
|
||
|
#![deny(
|
||
|
clippy::all,
|
||
|
--
|
||
|
2.39.0
|
||
|
|