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

Commit 21b97da

Browse files
Improve rustdoc-json-types message
Most of the PR's right now do need to change the types, so be clearer about that. Additionally, be clearer about what `FORMAT_VERSION` is, and how it needs to be changed.
1 parent d75e070 commit 21b97da

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)