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

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