Skip to content

Commit

Permalink
Workaround for false dead code warning (microsoft#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored and mati865 committed Jun 15, 2024
1 parent f3fcaef commit 29e5fda
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 29e5fda

Please sign in to comment.