Skip to content

Commit 6018200

Browse files
committed
Discard const_stability
1 parent 40b5470 commit 6018200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/json/conversions.rs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ impl From<clean::Item> for Option<Item> {
2323
visibility,
2424
def_id,
2525
stability: _,
26+
const_stability: _,
2627
deprecation,
2728
} = item;
2829
match kind {

0 commit comments

Comments
 (0)