Skip to content

Commit edf8be5

Browse files
uucore/buf_copy: Improve the uucore integration (#6983)
--------- Co-authored-by: Sylvestre Ledru <[email protected]>
1 parent 067b296 commit edf8be5

File tree

6 files changed

+449
-287
lines changed

6 files changed

+449
-287
lines changed

src/uucore/src/lib/features.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#[cfg(feature = "backup-control")]
88
pub mod backup_control;
9+
#[cfg(feature = "buf-copy")]
10+
pub mod buf_copy;
911
#[cfg(feature = "checksum")]
1012
pub mod checksum;
1113
#[cfg(feature = "colors")]
@@ -39,8 +41,6 @@ pub mod version_cmp;
3941
pub mod mode;
4042

4143
// ** unix-only
42-
#[cfg(all(any(target_os = "linux", target_os = "android"), feature = "buf-copy"))]
43-
pub mod buf_copy;
4444
#[cfg(all(unix, feature = "entries"))]
4545
pub mod entries;
4646
#[cfg(all(unix, feature = "perms"))]

0 commit comments

Comments
 (0)