We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2180503 commit b452287Copy full SHA for b452287
src/rustdoc-json-types/lib.rs
@@ -37,7 +37,7 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
37
// will instead cause conflicts. See #94591 for more. (This paragraph and the "Latest feature" line
38
// are deliberately not in a doc comment, because they need not be in public docs.)
39
//
40
-// Latest feature: Pretty printing of optimize attributes changed
+// Latest feature: Pretty printing of inline attributes changed
41
pub const FORMAT_VERSION: u32 = 49;
42
43
/// The root of the emitted JSON blob.
0 commit comments