Skip to content

Commit bb26194

Browse files
committed
Applying PR suggestions
1 parent e2d3da8 commit bb26194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/utils/internal_lints/metadata_collector.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use crate::utils::{
3232
};
3333

3434
/// This is the output file of the lint collector.
35-
const OUTPUT_FILE: &str = "../metadata_collection.json";
35+
const OUTPUT_FILE: &str = "../util/gh-pages/metadata_collection.json";
3636
/// These lints are excluded from the export.
3737
const BLACK_LISTED_LINTS: [&str; 3] = ["lint_author", "deep_code_inspection", "internal_metadata_collector"];
3838
/// These groups will be ignored by the lint group matcher. This is useful for collections like
@@ -62,7 +62,7 @@ const SUGGESTION_DIAGNOSTIC_BUILDER_METHODS: [(&str, bool); 9] = [
6262
("span_suggestions", true),
6363
];
6464
const SUGGESTION_FUNCTIONS: [&[&str]; 2] = [
65-
&["clippy_utils", "diagnostics", "mutispan_sugg"],
65+
&["clippy_utils", "diagnostics", "multispan_sugg"],
6666
&["clippy_utils", "diagnostics", "multispan_sugg_with_applicability"],
6767
];
6868

0 commit comments

Comments
 (0)