Whitespace and typo
This commit is contained in:
parent
d797a85491
commit
c4376ba24a
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ impl<'tcx> PolyExistentialTraitRef<'tcx> {
|
|||
/// type from `Binder<T>` to just `T` (see
|
||||
/// e.g., `liberate_late_bound_regions`).
|
||||
///
|
||||
/// `Decodable` and `Encodable` is implemented for `Binder<T>` using the `impl_binder_encode_decode!` macro.
|
||||
/// `Decodable` and `Encodable` are implemented for `Binder<T>` using the `impl_binder_encode_decode!` macro.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
|
||||
pub struct Binder<T>(T);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue