Skip to content

Commit 87100ff

Browse files
committed
der: fix test
1 parent b1d944b commit 87100ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

der/src/decode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use core::marker::PhantomData;
1010
use crate::{PemReader, pem::PemLabel};
1111

1212
#[cfg(doc)]
13-
use crate::{ErrorKind, Length, Tag};
13+
use crate::{ErrorKind, Length};
1414

1515
#[cfg(feature = "alloc")]
1616
use alloc::boxed::Box;

0 commit comments

Comments
 (0)