mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
21684c07c7
Print PermissionExt::mode() in octal in Documentation Examples Printing the file permission mode on unix systems in decimal feels unintuitive. Printing it in octal gives the expected form of e.g. `664`.