Whitespace fixes.
This commit is contained in:
parent
2ae298711f
commit
71d1b2ca7f
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ bitflags::bitflags! {
|
|||
/// Does this have `Projection`?
|
||||
const HAS_TY_PROJECTION = 1 << 10;
|
||||
/// Does this have `Free` aliases?
|
||||
const HAS_TY_FREE_ALIAS = 1 << 11;
|
||||
const HAS_TY_FREE_ALIAS = 1 << 11;
|
||||
/// Does this have `Opaque`?
|
||||
const HAS_TY_OPAQUE = 1 << 12;
|
||||
/// Does this have `Inherent`?
|
||||
|
|
@ -135,7 +135,7 @@ bitflags::bitflags! {
|
|||
const HAS_TY_CORO = 1 << 24;
|
||||
|
||||
/// Does this have have a `Bound(BoundVarIndexKind::Canonical, _)`?
|
||||
const HAS_CANONICAL_BOUND = 1 << 25;
|
||||
const HAS_CANONICAL_BOUND = 1 << 25;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue