refactor: apply cargo recommended cleanups
This commit is contained in:
parent
a5a3ea61fa
commit
5e50ef6091
3 changed files with 3 additions and 8 deletions
|
|
@ -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>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue