Enable more lints
This commit is contained in:
parent
3f73578fc9
commit
da0e5f7373
12 changed files with 17 additions and 12 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![warn(clippy::all, clippy::restriction, clippy::pedantic, clippy::cargo)]
|
||||
|
||||
use core::str;
|
||||
|
||||
use base64::{engine::general_purpose::STANDARD_NO_PAD, Engine as _};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue