allow clippy style in windows/c.rs
We intentional use the Windows API style here.
This commit is contained in:
parent
2f8d81f9db
commit
ad12be3668
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#![allow(nonstandard_style)]
|
||||
#![cfg_attr(test, allow(dead_code))]
|
||||
#![unstable(issue = "none", feature = "windows_c")]
|
||||
#![allow(clippy::style)]
|
||||
|
||||
use crate::ffi::CStr;
|
||||
use crate::mem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue