mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
allow clippy style in windows/c.rs
We intentional use the Windows API style here.
This commit is contained in:
parent
2f8d81f9db
commit
ad12be3668
@ -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…
Reference in New Issue
Block a user