mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
tail: remove #[cfg(not(windows))] from const
This commit is contained in:
parent
aef7933d96
commit
0ad7389b61
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ const FOLLOW_NAME_SHORT_EXP: &str = "follow_name_short.expected";
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
const FOLLOW_NAME_EXP: &str = "follow_name.expected";
|
const FOLLOW_NAME_EXP: &str = "follow_name.expected";
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
|
||||||
const DEFAULT_SLEEP_INTERVAL_MILLIS: u64 = 1000;
|
const DEFAULT_SLEEP_INTERVAL_MILLIS: u64 = 1000;
|
||||||
|
|
||||||
// The binary integer "10000000" is *not* a valid UTF-8 encoding
|
// The binary integer "10000000" is *not* a valid UTF-8 encoding
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue