Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 59fac5b

Browse files
Merge pull request #383 from aDotInTheVoid/patch-1
Improve rustdoc-json-types message
2 parents d75e070 + 21b97da commit 59fac5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
"mentions": {
132132
"src/rustdoc-json-types": {
133-
"message": "rustdoc-json-types is a **public** (although nightly-only) API. Consider changing `src/librustdoc/json/conversions.rs` instead; otherwise, make sure you update `format_version`.",
133+
"message": "rustdoc-json-types is a **public** (although nightly-only) API. If possible, consider changing `src/librustdoc/json/conversions.rs`; otherwise, make sure you bump the `FORMAT_VERSION` constant.",
134134
"reviewers": ["@CraftSpider", "@aDotInTheVoid"]
135135
},
136136
"src/librustdoc/clean/types.rs": {

0 commit comments

Comments
 (0)