Skip to content

Commit

Permalink
Whitespace and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Jan 17, 2021
1 parent d797a85 commit c4376ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/ty/sty.rs
Expand Up @@ -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);

Expand Down

0 comments on commit c4376ba

Please sign in to comment.