Skip to content

Commit 8d2de8f

Browse files
committed
Update clippy_lints/src/lib.rs
1 parent 09bded4 commit 8d2de8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ macro_rules! declare_clippy_lint {
5757

5858
#[macro_export]
5959
macro_rules! sym {
60-
( $($x:tt)* ) => { clippy_utils::sym!($($x)*); }
60+
( $($x:tt)* ) => { clippy_utils::sym!($($x)*) }
6161
}
6262

6363
#[macro_export]
6464
macro_rules! unwrap_cargo_metadata {
65-
( $($x:tt)* ) => { clippy_utils::unwrap_cargo_metadata!($($x)*); }
65+
( $($x:tt)* ) => { clippy_utils::unwrap_cargo_metadata!($($x)*) }
6666
}
6767

6868
macro_rules! extract_msrv_attr {

0 commit comments

Comments
 (0)