fix CI: make scsi::linux pub(crate) for integration test access

This commit is contained in:
MattJackson
2026-04-28 21:39:50 -07:00
parent 5f69fd2a44
commit 0b079e27ce
+1 -1
View File
@@ -6,7 +6,7 @@
//! - `windows.rs` — SPTI (SCSI Pass-Through Interface)
#[cfg(target_os = "linux")]
mod linux;
pub(crate) mod linux;
#[cfg(target_os = "macos")]
mod macos;
#[cfg(target_os = "windows")]