Skip to content

Commit b452287

Browse files
COMMIT TO REMOVE
1 parent 2180503 commit b452287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc-json-types/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
3737
// will instead cause conflicts. See #94591 for more. (This paragraph and the "Latest feature" line
3838
// are deliberately not in a doc comment, because they need not be in public docs.)
3939
//
40-
// Latest feature: Pretty printing of optimize attributes changed
40+
// Latest feature: Pretty printing of inline attributes changed
4141
pub const FORMAT_VERSION: u32 = 49;
4242

4343
/// The root of the emitted JSON blob.

0 commit comments

Comments
 (0)