]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #65336 - BO41:typo, r=petrochenkov
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 13 Oct 2019 17:17:08 +0000 (19:17 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2019 17:17:08 +0000 (19:17 +0200)
commitd10702b577916d54a252836c9bb77226a34f44bb
treee1211ac45f3b864be326cb9d6794f651dafc246a
parentf0f5e779bc8f16406d7022e08da647d94cc30847
parent37018e0f9b71e7fa4f27632add8be98b4d2c4b44
Rollup merge of #65336 - BO41:typo, r=petrochenkov

Fix typo in task::Waker

fixes  #65323

in `libstd/error.rs` there are a few mentions of `trait@Send` and `trait@Sync`. Are they wrong as well?