Remove obsolete comment

This commit is contained in:
Celina G. Val 2023-10-20 08:23:16 -07:00 committed by GitHub
parent 6ed2a76bcc
commit 6e643e12bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,6 @@ pub fn body(&self) -> Body {
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>);