allow clippy style in windows/c.rs

We intentional use the Windows API style here.
This commit is contained in:
Chris Denton 2023-11-21 22:59:02 +00:00
parent 2f8d81f9db
commit ad12be3668
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE

View File

@ -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;