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 2f8d81f commit ad12be3Copy full SHA for ad12be3
library/std/src/sys/windows/c.rs
@@ -3,6 +3,7 @@
3
#![allow(nonstandard_style)]
4
#![cfg_attr(test, allow(dead_code))]
5
#![unstable(issue = "none", feature = "windows_c")]
6
+#![allow(clippy::style)]
7
8
use crate::ffi::CStr;
9
use crate::mem;
0 commit comments