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 4aefb54 commit a9282c0Copy full SHA for a9282c0
src/map.rs
@@ -76,10 +76,10 @@ impl<'a> Drop for MappedFile<'a> {
76
}
77
78
#[cfg(windows)]
79
+#[allow(non_camel_case_types, clippy::upper_case_acronyms)]
80
/// Module that implements memory mapping on Windows using CreateFileMappingA /
81
/// MapViewOfFile.
82
mod windows {
- #[allow(non_camel_case_types, clippy::upper_case_acronyms)]
83
use std::os::windows::prelude::AsRawHandle;
84
use std::os::windows::raw::HANDLE;
85
0 commit comments