Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Oct 20, 2023
1 parent 6ed2a76 commit 6e643e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/stable_mir/src/ty.rs
Expand Up @@ -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>);

Expand Down

0 comments on commit 6e643e1

Please sign in to comment.