Fix doc comment
This commit is contained in:
parent
2f790af726
commit
3b97b5130a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue