mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
Remove obsolete comment
This commit is contained in:
parent
6ed2a76bcc
commit
6e643e12bb
@ -226,7 +226,6 @@ pub struct ImplDef(pub DefId);
|
||||
pub struct RegionDef(pub DefId);
|
||||
|
||||
/// A list of generic arguments.
|
||||
/// The second field is for internal usage to allow retrieving the internal representation.
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct GenericArgs(pub Vec<GenericArgKind>);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user