Skip to content

Commit 27a1763

Browse files
committed
Make author DRYer
1 parent 72d7b9c commit 27a1763

File tree

8 files changed

+553
-915
lines changed

8 files changed

+553
-915
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#![feature(box_patterns)]
44
#![feature(drain_filter)]
5+
#![feature(format_args_capture)]
56
#![feature(in_band_lifetimes)]
67
#![feature(iter_zip)]
78
#![feature(once_cell)]

0 commit comments

Comments
 (0)