Skip to content

Commit

Permalink
Remove erroneous curly brace from module_missing error format strin…
Browse files Browse the repository at this point in the history
…g. (#574)
  • Loading branch information
obi1kenobi authored Oct 31, 2023
1 parent 62dfe78 commit 219cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lints/module_missing.ron
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ SemverQuery(
"zero": 0,
},
error_message: "A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.",
per_result_error_template: Some("{mod {{join \"::\" path}}, previously in file {{span_filename}}:{{span_begin_line}}"),
per_result_error_template: Some("mod {{join \"::\" path}}, previously in file {{span_filename}}:{{span_begin_line}}"),
)

0 comments on commit 219cdce

Please sign in to comment.