Make tools happy
This commit is contained in:
parent
86f50b9f5c
commit
40a63cb06f
3 changed files with 7 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ impl clean::GenericBound {
|
|||
let modifier_str = match modifier {
|
||||
hir::TraitBoundModifier::None => "",
|
||||
hir::TraitBoundModifier::Maybe => "?",
|
||||
hir::TraitBoundModifier::Negative => "!",
|
||||
// ~const is experimental; do not display those bounds in rustdoc
|
||||
hir::TraitBoundModifier::MaybeConst => "",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue