Whitespace and typo
This commit is contained in:
parent
d797a85491
commit
c4376ba24a
@ -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…
Reference in New Issue
Block a user