Add filter over non generic impls
This commit is contained in:
parent
e8cca55283
commit
2bc7c03af6
3 changed files with 37 additions and 53 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue