1
Fork 0

Remove fields_stripped fields (and equivalents)

This commit is contained in:
Guillaume Gomez 2022-02-16 15:26:09 +01:00
parent 4f372b14de
commit 6092cbb17c
8 changed files with 64 additions and 53 deletions

View file

@ -2363,8 +2363,7 @@ fn sidebar_enum(cx: &Context<'_>, buf: &mut Buffer, it: &clean::Item, e: &clean:
let mut sidebar = Buffer::new();
let mut variants = e
.variants
.iter()
.variants()
.filter_map(|v| {
v.name
.as_ref()