]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #81896 - m-ou-se:oudated-comment, r=Mark-Simulacrum
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 9 Feb 2021 01:40:06 +0000 (02:40 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 01:40:06 +0000 (02:40 +0100)
commitd2e204d1586e7ecee99a24657f6cbc1a9ac6561d
tree68e727a8b1b7e5591141f6b879d6d2a2f2a1b23d
parent78c01537576e813e3530cf776f2528bf7c063181
parent15de287cd56815f04e27a1fc1721e8de1ababd66
Rollup merge of #81896 - m-ou-se:oudated-comment, r=Mark-Simulacrum

Remove outdated comment in windows' mutex.rs

After https://github.com/rust-lang/rust/pull/81250, this `Mutex` no longer falls back to the `ReentrantMutex` implementation, so this comment is no longer relevant.