We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926549b commit 25d238dCopy full SHA for 25d238d
crates/fspy_shared/src/ipc/mod.rs
@@ -1,3 +1,4 @@
1
+#[cfg(not(target_os = "android"))]
2
pub mod channel;
3
mod native_path;
4
pub(crate) mod native_str;
0 commit comments