Remove fields_stripped fields (and equivalents)
This commit is contained in:
parent
4f372b14de
commit
6092cbb17c
8 changed files with 64 additions and 53 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue