Add filter over non generic impls

This commit is contained in:
Guillaume Gomez
2018-07-21 12:15:32 +02:00
parent e8cca55283
commit 2bc7c03af6
3 changed files with 37 additions and 53 deletions

View File

@@ -3584,7 +3584,6 @@ fn render_assoc_items(w: &mut fmt::Formatter,
Some(v) => v,
None => return Ok(()),
};
//println!("=======> {:?}", containing_item.name);
let (non_trait, traits): (Vec<_>, _) = v.iter().partition(|i| {
/*if let Some(ref t) = i.inner_impl().trait_ {
println!("++++++> {:?}", t);