Skip to content

Commit

Permalink
Remove improper_ctypes workaround (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Sep 26, 2024
1 parent 519ddf7 commit 8bc13e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crates/libs/sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs
#![doc(html_no_source)]
#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, missing_docs, clippy::all)]
#![cfg_attr(not(feature = "docs"), doc(hidden))]
// TODO: workaround for https://github.com/rust-lang/rust/issues/130757
#![allow(improper_ctypes)]

#[allow(unused_extern_crates)]
extern crate self as windows_sys;
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/windows/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs
#![allow(non_snake_case, clashing_extern_declarations, non_upper_case_globals, non_camel_case_types, missing_docs, dead_code, clippy::all)]
#![cfg_attr(not(feature = "docs"), doc(hidden))]
#![cfg_attr(all(not(feature = "std")), no_std)]
// TODO: workaround for https://github.com/rust-lang/rust/issues/130757
#![allow(improper_ctypes)]

#[allow(unused_extern_crates)]
extern crate self as windows;
Expand Down

0 comments on commit 8bc13e5

Please sign in to comment.