Skip to content

Commit

Permalink
Merge branch 'main' into ignore_doc_hidden_items
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Nov 8, 2023
2 parents eab3b8b + add43f4 commit cc8f8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lints/inherent_method_const_removed.ron
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ SemverQuery(
"true": true,
},
error_message: "A publicly-visible method or associated fn is no longer `const` and can no longer be used in a `const` context.",
per_result_error_template: Some("{{name}}::{{method_name}} in file {{span_filename}}:{{span_begin_line}}"),
per_result_error_template: Some("{{name}}::{{method_name}} in {{multiple_spans non_matching_span_filename non_matching_span_begin_line}}"),
)

0 comments on commit cc8f8bf

Please sign in to comment.