Skip to content

Commit

Permalink
Update src/ber/enc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Aug 13, 2021
1 parent f83ebb2 commit 3cb255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ber/enc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mod config;
mod error;

use alloc::{borrow::ToOwned, collections::VecDeque, vec::Vec};

use alloc::vec;
use super::Identifier;
use crate::{
types::{
Expand Down

0 comments on commit 3cb255f

Please sign in to comment.