mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Fix type synonym relaiance which breaks some rusts
This commit is contained in:
@@ -29,7 +29,7 @@ const DEFAULT_MODE: libc::mode_t = 755;
|
||||
|
||||
pub struct Behaviour {
|
||||
main_function: MainFunction,
|
||||
specified_mode: Option<u16>,
|
||||
specified_mode: Option<libc::mode_t>,
|
||||
suffix: String,
|
||||
verbose: bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user