Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Jul 2, 2024
1 parent 892a7ca commit c0e8e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sled-storage/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ impl StorageManager {
#[cfg(all(test, target_os = "illumos"))]
mod tests {
use crate::dataset::DatasetKind;
use crate::disk::OmicronPhysicalDiskConfig;
use crate::disk::RawSyntheticDisk;
use crate::manager_test_harness::StorageManagerTestHarness;
use crate::resources::{DiskManagementError, ManagedDisk};
Expand Down

0 comments on commit c0e8e07

Please sign in to comment.