don't index trait impls if the trait isn't also documented
This commit is contained in:
parent
7e70fee0c7
commit
e854d39929
3 changed files with 53 additions and 5 deletions
|
@ -24,6 +24,7 @@
|
|||
#![feature(ptr_offset_from)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(drain_filter)]
|
||||
|
||||
#![recursion_limit="256"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue