You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustix::fs::fstatfs(source).map_or(true, |stats| stats.f_type == 0x6573_5546)// FUSE magic number, too many platform specific clippy warning with const
87
87
}
88
88
89
+
/// force-splice source to dest even both of them are not pipe
90
+
/// return true if we need read/write fallback
91
+
///
92
+
/// This should not be used if one of them are pipe to save resources
0 commit comments