Make lints pass
This commit is contained in:
parent
da0e5f7373
commit
0c92bf959b
10 changed files with 30 additions and 20 deletions
|
|
@ -25,3 +25,7 @@ wasm-bindgen-test = "0.3.34"
|
|||
|
||||
[features]
|
||||
default = ["console_error_panic_hook"]
|
||||
wee_alloc = []
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
#![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