diff options
| author | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2021-01-17 12:50:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-17 12:50:04 -0500 |
| commit | c4376ba24a488bf78003e35427d06e52b8b7479f (patch) | |
| tree | af3d66b225c00bc08f16a29cc332e31ecfdb0c14 | |
| parent | d797a8549124b64410ae9e45392eac328aa71829 (diff) | |
| download | rust-c4376ba24a488bf78003e35427d06e52b8b7479f.tar.gz rust-c4376ba24a488bf78003e35427d06e52b8b7479f.zip | |
Whitespace and typo
| -rw-r--r-- | compiler/rustc_middle/src/ty/sty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/ty/sty.rs b/compiler/rustc_middle/src/ty/sty.rs index e08233b545d..e53977b5eb9 100644 --- a/compiler/rustc_middle/src/ty/sty.rs +++ b/compiler/rustc_middle/src/ty/sty.rs @@ -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); |
