mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Use the correct syntax to define the mode
This commit is contained in:
@@ -20,7 +20,7 @@ use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::result::Result;
|
||||
|
||||
const DEFAULT_MODE: u32 = 755;
|
||||
const DEFAULT_MODE: u32 = 0o755;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub struct Behavior {
|
||||
|
||||
Reference in New Issue
Block a user