refactor: apply cargo recommended cleanups

This commit is contained in:
Alivecow 2024-11-22 15:28:36 +01:00
parent a5a3ea61fa
commit 5e50ef6091
3 changed files with 3 additions and 8 deletions

View file

@ -3,7 +3,6 @@ use base64::prelude::*;
use serde_json::Value;
use std::io::prelude::*;
use std::net::TcpStream;
use std::time::Instant;
use std::usize;
pub fn padding_oracle(args: &Value) -> Result<Vec<u8>> {