Skip to content

Commit 8b84a76

Browse files
committed
Auto merge of #7956 - camsteffen:author, r=llogiq
Author improvements changelog: none Various aspects of the author implementation are re-imagined to be much less repetitive. Also fixes some bugs. I hope this makes author more fun to work on for future contributors. The last commit is pretty heavy but I tried to at least separate some changes so that the test file diffs per commit are simple.
2 parents 3d4d0cf + 27a1763 commit 8b84a76

File tree

11 files changed

+680
-1060
lines changed

11 files changed

+680
-1060
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)