diff options
| author | Alex Zatelepin <mvzp10@gmail.com> | 2019-09-16 17:16:17 +0300 |
|---|---|---|
| committer | Alex Zatelepin <mvzp10@gmail.com> | 2019-10-01 17:44:24 +0300 |
| commit | 48081065f4badf0544ec02d6ecde673716fd6695 (patch) | |
| tree | fbe9cc382d95e461963889019852747fc57e8003 | |
| parent | 702b45e409495a41afcccbe87a251a692b0cefab (diff) | |
| download | rust-48081065f4badf0544ec02d6ecde673716fd6695.tar.gz rust-48081065f4badf0544ec02d6ecde673716fd6695.zip | |
fix typo
| -rw-r--r-- | src/librustc_typeck/check/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/check/mod.rs b/src/librustc_typeck/check/mod.rs index be5723959fb..064908de48f 100644 --- a/src/librustc_typeck/check/mod.rs +++ b/src/librustc_typeck/check/mod.rs @@ -472,7 +472,7 @@ pub enum Diverges { WarnedAlways } -// Convenience impls for combinig `Diverges`. +// Convenience impls for combining `Diverges`. impl ops::BitAnd for Diverges { type Output = Self; |
