Skip to content

Commit 6e643e1

Browse files
authored
Remove obsolete comment
1 parent 6ed2a76 commit 6e643e1

File tree

1 file changed

+0
-1
lines changed
  • compiler/stable_mir/src

1 file changed

+0
-1
lines changed

compiler/stable_mir/src/ty.rs

-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ pub struct ImplDef(pub DefId);
226226
pub struct RegionDef(pub DefId);
227227

228228
/// A list of generic arguments.
229-
/// The second field is for internal usage to allow retrieving the internal representation.
230229
#[derive(Clone, Debug)]
231230
pub struct GenericArgs(pub Vec<GenericArgKind>);
232231

0 commit comments

Comments
 (0)