Skip to content

Commit

Permalink
rust_2018_idioms
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Dec 12, 2023
1 parent 1118bc1 commit 4b2fcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ exclude = [
]

[workspace.lints.rust]
elided-lifetimes-in-paths = "warn"
rust_2018_idioms = "warn"
1 change: 1 addition & 0 deletions crates/libs/windows/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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, clippy::all)]
#![cfg_attr(not(feature = "docs"), doc(hidden))]

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

pub mod core {
Expand Down

0 comments on commit 4b2fcb7

Please sign in to comment.