Change name for ItemType::Impl to Implementation(s)
This commit is contained in:
parent
f709a0d46d
commit
162cae5bee
@ -225,7 +225,7 @@ impl ItemType {
|
||||
ItemType::Typedef => "Typedef",
|
||||
ItemType::Static => "Static",
|
||||
ItemType::Trait => "Trait",
|
||||
ItemType::Impl => "Impl",
|
||||
ItemType::Impl => "Implementation",
|
||||
ItemType::TyMethod => "Required Method",
|
||||
ItemType::Method => "Method",
|
||||
ItemType::StructField => "Field",
|
||||
@ -287,7 +287,7 @@ impl ItemType {
|
||||
ItemType::Typedef => "Typedefs",
|
||||
ItemType::Static => "Statics",
|
||||
ItemType::Trait => "Traits",
|
||||
ItemType::Impl => "Impls",
|
||||
ItemType::Impl => "Implementations",
|
||||
ItemType::TyMethod => "Required Methods",
|
||||
ItemType::Method => "Methods",
|
||||
ItemType::StructField => "Fields",
|
||||
|
Loading…
Reference in New Issue
Block a user