Skip to content

Commit 04d9dac

Browse files
committed
remove unnecessary crate:: reference
1 parent ecc6c94 commit 04d9dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multienc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub const fn metadata_size(num_recipients: usize) -> usize {
4343

4444
pub fn read_encrypted_blob<R>(reader: &mut R) -> Result<Vec<u8>, io::Error>
4545
where
46-
R: crate::io::Read,
46+
R: io::Read,
4747
{
4848
let mut result = Vec::new();
4949

0 commit comments

Comments
 (0)