Whitespace and typo

This commit is contained in:
Jack Huey 2021-01-17 12:50:04 -05:00 committed by GitHub
parent d797a85491
commit c4376ba24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);