diff options
| author | Celina G. Val <celinval@amazon.com> | 2023-10-20 08:23:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-20 08:23:16 -0700 |
| commit | 6e643e12bb7b0381052696bfe1f7ecbd47769904 (patch) | |
| tree | d65736abd5770219348d69c38c8c0bc20ba17b59 | |
| parent | 6ed2a76bcc2a963c28080d6ee3ad928ec9367a03 (diff) | |
| download | rust-6e643e12bb7b0381052696bfe1f7ecbd47769904.tar.gz rust-6e643e12bb7b0381052696bfe1f7ecbd47769904.zip | |
Remove obsolete comment
| -rw-r--r-- | compiler/stable_mir/src/ty.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/stable_mir/src/ty.rs b/compiler/stable_mir/src/ty.rs index 440c9a1f031..d4a9b318cfc 100644 --- a/compiler/stable_mir/src/ty.rs +++ b/compiler/stable_mir/src/ty.rs @@ -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>); |
