Skip to content

Commit

Permalink
Update src/lints/trait_newly_sealed.ron
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Aug 20, 2024
1 parent 3df8f32 commit eda31c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lints/trait_newly_sealed.ron
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SemverQuery(
"public": "public",
"true": true,
},
error_message: "A publicly-visible trait became sealed, so it is no longer allowed to be implemented",
error_message: "A publicly-visible trait became sealed, so downstream crates are no longer able to implement it",
per_result_error_template: Some("trait {{join \"::\" path}} in file {{span_filename}}:{{span_begin_line}}"),

)

0 comments on commit eda31c8

Please sign in to comment.