diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/stable_mir/src/ty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stable_mir/src/ty.rs b/compiler/stable_mir/src/ty.rs index 836fabd8319..6734ecb2f9b 100644 --- a/compiler/stable_mir/src/ty.rs +++ b/compiler/stable_mir/src/ty.rs @@ -862,7 +862,7 @@ pub enum Abi { RiscvInterruptS, } -/// A Binder<T> represents a possibly generic type and its bound vars. +/// A binder represents a possibly generic type and its bound vars. #[derive(Clone, Debug, Eq, PartialEq)] pub struct Binder<T> { pub value: T, |
