Commit 018cb08
build:
As @roypat pointed out and discussed in [1], using `#![deny(warnings)]`
to enforce clean code could be harmful. Thus changing `deny` lints to
`warn`.
[1] https://www.reddit.com/r/rust/comments/f5xpib/psa_denywarnings_is_actively_harmful/
Signed-off-by: Ruoqing He <[email protected]>warn lints instead of deny
1 parent cf59c5a commit 018cb08
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments