Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jun 15, 2024
1 parent cd1e096 commit cb57084
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/libs/windows/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,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)]
#![allow(non_snake_case, clashing_extern_declarations, non_upper_case_globals, non_camel_case_types, missing_docs, unused, 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 cb57084

Please sign in to comment.