Skip to content

Commit c4376ba

Browse files
authored
Whitespace and typo
1 parent d797a85 commit c4376ba

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/ty

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_middle/src/ty/sty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ impl<'tcx> PolyExistentialTraitRef<'tcx> {
956956
/// type from `Binder<T>` to just `T` (see
957957
/// e.g., `liberate_late_bound_regions`).
958958
///
959-
/// `Decodable` and `Encodable` is implemented for `Binder<T>` using the `impl_binder_encode_decode!` macro.
959+
/// `Decodable` and `Encodable` are implemented for `Binder<T>` using the `impl_binder_encode_decode!` macro.
960960
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
961961
pub struct Binder<T>(T);
962962

0 commit comments

Comments
 (0)