Skip to content

Commit ae642d1

Browse files
committed
Format clippy allow attribute with rustfmt
1 parent b97fc53 commit ae642d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
clippy::module_name_repetitions,
234234
clippy::needless_lifetimes,
235235
clippy::return_self_not_must_use,
236-
clippy::wildcard_imports,
236+
clippy::wildcard_imports
237237
)]
238238
#![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
239239

0 commit comments

Comments
 (0)