diff --git a/src/lints/module_missing.ron b/src/lints/module_missing.ron index 19f44e55..4648fefa 100644 --- a/src/lints/module_missing.ron +++ b/src/lints/module_missing.ron @@ -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}}"), )