Skip to content

Commit

Permalink
Catch some warnings in addr_of-related codepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 25, 2021
1 parent ce00418 commit 827bb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
#![cfg_attr(backtrace, feature(backtrace))]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![cfg_attr(not(feature = "std"), no_std)]
#![deny(dead_code, unused_imports, unused_mut)]
#![allow(
clippy::doc_markdown,
clippy::enum_glob_use,
Expand Down

0 comments on commit 827bb9d

Please sign in to comment.