Merge pull request #2891 from ManaSugi/fix/unify-form

rustjail: Consistent coding style of LinuxDevice type
This commit is contained in:
Bin Liu 2021-10-25 14:03:03 +08:00 committed by GitHub
commit 01fdeb7641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ lazy_static! {
},
LinuxDevice {
path: "/dev/full".to_string(),
r#type: String::from("c"),
r#type: "c".to_string(),
major: 1,
minor: 7,
file_mode: Some(0o666),