Make lints pass

This commit is contained in:
Andras Schmelczer 2024-12-18 21:54:58 +00:00
parent da0e5f7373
commit 0c92bf959b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
10 changed files with 30 additions and 20 deletions

View file

@ -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 _};