Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kodemartin committed Feb 16, 2022
1 parent 0125313 commit ed64cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
//! ```
use std::collections::HashMap;
use std::ffi::{CStr, CString, NulError};
use std::vec::IntoIter;
use std::slice::Iter;
use std::vec::IntoIter;

use crate::ffi;

Expand Down

0 comments on commit ed64cc7

Please sign in to comment.