Skip to content

Commit

Permalink
Merge pull request stratis-storage#892 from mulkieran/remove-unused-i…
Browse files Browse the repository at this point in the history
…mports

Remove unused imports
  • Loading branch information
mulkieran authored Nov 14, 2023
2 parents ea00a5c + 3d00d7b commit 0178ce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/sysvsem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

pub use devicemapper_sys::{semid_ds, seminfo, semun, GETVAL, SEM_INFO, SETVAL};
pub use devicemapper_sys::{seminfo, semun, GETVAL, SEM_INFO, SETVAL};
1 change: 0 additions & 1 deletion src/testing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ mod loopbacked;
mod test_lib;

pub use self::{
logger::init_logger,
loopbacked::test_with_spec,
test_lib::{
blkdev_size, test_name, test_string, test_uuid, udev_settle, xfs_create_fs, xfs_set_uuid,
Expand Down

0 comments on commit 0178ce6

Please sign in to comment.