1
Fork 0

Fix doc comment

This commit is contained in:
Celina G. Val 2023-12-11 16:37:33 -08:00
parent 2f790af726
commit 3b97b5130a

View file

@ -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,