]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #89833 - jkugelman:must-use-rc-downgrade, r=joshtriplett
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 31 Oct 2021 08:20:23 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 08:20:23 +0000 (09:20 +0100)
commit3cf3910c15a3c33dde3c380ac57501d37aa58e71
tree3842d284ec3368375fae2bb5e243f66028823f38
parent15a0cddff3a4fa0c66a7689ef3ba615a6d2366e5
parent5bb99bb02d6d0ec4d9239fd9bce48a41fb084811
Rollup merge of #89833 - jkugelman:must-use-rc-downgrade, r=joshtriplett

Add #[must_use] to Rc::downgrade

Missed this in previous PR https://github.com/rust-lang/rust/pull/89796#issuecomment-941456006

Parent issue: #89692

r? ```@joshtriplett```
library/alloc/src/rc.rs