Skip to content

Commit 60fef3f

Browse files
committed
chore: remove unused import for crate rand
1 parent 26e9fea commit 60fef3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/stat.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl UnsafeRead<'_> for Stat {
124124
#[cfg(test)]
125125
mod tests {
126126
use rand::distributions::Standard;
127-
use rand::{self, Rng};
127+
use rand::Rng;
128128

129129
use super::Stat;
130130
use crate::record::{self, DeserializableRecord, SerializableRecord, StaticRecord};

0 commit comments

Comments
 (0)