Remove trailing whitespace

This commit is contained in:
SlightlyOutOfPhase 2021-04-03 17:00:07 -04:00 committed by GitHub
parent 8a058926ec
commit 72502e889c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1998,7 +1998,7 @@ fn sidebar_assoc_items(cx: &Context<'_>, out: &mut Buffer, it: &clean::Item) {
);
write_sidebar_links(out, blanket_format);
}
if let Some(impl_) = v
.iter()
.filter(|i| i.inner_impl().trait_.is_some())