Skip to content

Commit ad12be3

Browse files
committed
allow clippy style in windows/c.rs
We intentional use the Windows API style here.
1 parent 2f8d81f commit ad12be3

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/windows

1 file changed

+1
-0
lines changed

library/std/src/sys/windows/c.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#![allow(nonstandard_style)]
44
#![cfg_attr(test, allow(dead_code))]
55
#![unstable(issue = "none", feature = "windows_c")]
6+
#![allow(clippy::style)]
67

78
use crate::ffi::CStr;
89
use crate::mem;

0 commit comments

Comments
 (0)