Fix doc comment
This commit is contained in:
@@ -862,7 +862,7 @@ pub enum Abi {
|
|||||||
RiscvInterruptS,
|
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)]
|
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||||
pub struct Binder<T> {
|
pub struct Binder<T> {
|
||||||
pub value: T,
|
pub value: T,
|
||||||
|
|||||||
Reference in New Issue
Block a user