Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Dec 12, 2023
1 parent 2f790af commit 3b97b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/stable_mir/src/ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3b97b51

Please sign in to comment.