Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 52c9c36

Browse files
committed
Add review feedback
1 parent 7d5bb22 commit 52c9c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub fn collect_suggestions<S: ::std::hash::BuildHasher>(
183183
match (filter, &span.suggestion_applicability) {
184184
(MachineApplicableOnly, Some(MachineApplicable)) => true,
185185
(MachineApplicableOnly, _) => false,
186-
(_, _) => true,
186+
(Everything, _) => true,
187187
}
188188
})
189189
.filter_map(collect_span)

0 commit comments

Comments
 (0)