about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCelina G. Val <celinval@amazon.com>2023-10-20 08:23:16 -0700
committerGitHub <noreply@github.com>2023-10-20 08:23:16 -0700
commit6e643e12bb7b0381052696bfe1f7ecbd47769904 (patch)
treed65736abd5770219348d69c38c8c0bc20ba17b59
parent6ed2a76bcc2a963c28080d6ee3ad928ec9367a03 (diff)
downloadrust-6e643e12bb7b0381052696bfe1f7ecbd47769904.tar.gz
rust-6e643e12bb7b0381052696bfe1f7ecbd47769904.zip
Remove obsolete comment
-rw-r--r--compiler/stable_mir/src/ty.rs1
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>);