We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8260847 commit cdc753dCopy full SHA for cdc753d
rustfmt.toml
@@ -1,2 +1,2 @@
1
max_width = 79
2
-fn_args_layout = "Compressed"
+fn_params_layout = "Compressed"
src/mirrored/macos.rs
@@ -4,7 +4,6 @@
4
5
use super::mem;
6
7
-use mach2 as mach;
8
use mach::boolean::boolean_t;
9
use mach::kern_return::*;
10
use mach::mach_types::mem_entry_name_port_t;
@@ -20,6 +19,7 @@ use mach::vm_inherit::VM_INHERIT_NONE;
20
19
use mach::vm_prot::{vm_prot_t, VM_PROT_READ, VM_PROT_WRITE};
21
use mach::vm_statistics::{VM_FLAGS_ANYWHERE, VM_FLAGS_FIXED};
22
use mach::vm_types::mach_vm_address_t;
+use mach2 as mach;
23
24
use super::AllocError;
25
0 commit comments