Skip to content

Commit 5f16827

Browse files
committed
cleanup comments
1 parent 84767e0 commit 5f16827

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_lint/src/context.rs

-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ impl LintStore {
153153
pub fn get_lint_groups<'t>(
154154
&'t self,
155155
) -> impl Iterator<Item = (&'static str, Vec<LintId>, bool)> + 't {
156-
// This function is not used in a way which observes the order of lints.
157-
#[allow(rustc::potential_query_instability)]
158156
self.lint_groups
159157
.iter()
160158
.filter(|(_, LintGroup { depr, .. })| {

0 commit comments

Comments
 (0)