Skip to content

Commit

Permalink
allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jun 13, 2024
1 parent a8bb33c commit 1336db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/libs/windows/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs
#![doc(html_no_source)]
#![allow(non_snake_case, clashing_extern_declarations, non_upper_case_globals, non_camel_case_types, missing_docs, clippy::all)]
#![cfg_attr(not(feature = "docs"), doc(hidden))]
// TODO: https://github.com/microsoft/windows-rs/issues/3096
#![allow(dead_code)]

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

0 comments on commit 1336db0

Please sign in to comment.