Skip to content

Commit

Permalink
Discard const_stability
Browse files Browse the repository at this point in the history
  • Loading branch information
aDotInTheVoid committed Dec 1, 2020
1 parent 40b5470 commit 6018200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/json/conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ impl From<clean::Item> for Option<Item> {
visibility,
def_id,
stability: _,
const_stability: _,
deprecation,
} = item;
match kind {
Expand Down

0 comments on commit 6018200

Please sign in to comment.