rustdoc: Render associated types on traits and impls
This commit is contained in:
@@ -46,9 +46,8 @@ pub struct Stability<'a>(pub &'a Option<clean::Stability>);
|
||||
pub struct ConciseStability<'a>(pub &'a Option<clean::Stability>);
|
||||
/// Wrapper struct for emitting a where clause from Generics.
|
||||
pub struct WhereClause<'a>(pub &'a clean::Generics);
|
||||
|
||||
/// Wrapper struct for emitting type parameter bounds.
|
||||
struct TyParamBounds<'a>(pub &'a [clean::TyParamBound]);
|
||||
pub struct TyParamBounds<'a>(pub &'a [clean::TyParamBound]);
|
||||
|
||||
impl VisSpace {
|
||||
pub fn get(&self) -> Option<ast::Visibility> {
|
||||
|
||||
Reference in New Issue
Block a user