Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear authored and vilgotf committed Sep 11, 2024
1 parent 4b7bd83 commit 2e1d55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_targets/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
extern crate tokio_websockets;

use std::{
convert::TryFrom,
io,
num::NonZeroUsize,
pin::Pin,
std::convert::TryFrom,
task::{Context, Poll},
};

Expand Down

0 comments on commit 2e1d55b

Please sign in to comment.