Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 33f48cd

Browse files
committed
Update clippy suppressions
1 parent 4614fb3 commit 33f48cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@
123123
//! [`proc-macro-nested`]: https://docs.rs/proc-macro-nested
124124
125125
#![recursion_limit = "512"]
126-
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
127-
#![cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))]
126+
#![allow(clippy::needless_doctest_main, clippy::toplevel_ref_arg)]
128127

129128
extern crate proc_macro;
130129

0 commit comments

Comments
 (0)