]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #82305 - camelid:no-more-refcell, r=jyn514
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 23 Feb 2021 15:10:26 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 15:10:26 +0000 (16:10 +0100)
commit8e67fe501118ec161181a4efa1a6b002bb0f5605
treecd458b2843ca895930ee483d5ab3e910b6cdc83a
parent9d378b33defb2edcacadc4fd5fb0e9329f9d1eec
parente4ac499b7e5161178a8a38f8ee0390c8b4b95dfa
Rollup merge of #82305 - camelid:no-more-refcell, r=jyn514

Remove many RefCells from DocContext

I left some of them so this change doesn't balloon in size and because
removing the RefCell in `DocContext.resolver` would require compiler
changes.

Thanks to `@jyn514` for making this a lot easier with #82020!

r? `@jyn514`