mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Remove on TypeAliasDef as per flodiebold
This commit is contained in:
parent
7a49165f5d
commit
80c529d1dc
1 changed files with 1 additions and 2 deletions
|
@ -651,7 +651,6 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
|
||||||
T![;]
|
T![;]
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: clarify whether this does include assoc type with bounds
|
|
||||||
/// Type alias definition.
|
/// Type alias definition.
|
||||||
/// Includes associated type clauses with type bounds.
|
/// Includes associated type clauses with type bounds.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue