Skip to content

Commit

Permalink
remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Mar 5, 2024
1 parent 11efdae commit e5f01f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -721,12 +721,10 @@ pub(crate) fn make_test_input(len: usize) -> Vec<u8> {
mod test {
use rand::prelude::*;
use rand_chacha::ChaChaRng;
use std::io;
use std::io::prelude::*;
use std::io::Cursor;

use super::*;
use crate::encode;

#[test]
fn test_decode() {
Expand Down

0 comments on commit e5f01f8

Please sign in to comment.