]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #88530 - bjorn3:shrink_session, r=cjgillot
authorbors <bors@rust-lang.org>
Thu, 2 Sep 2021 13:12:59 +0000 (13:12 +0000)
committerbors <bors@rust-lang.org>
Thu, 2 Sep 2021 13:12:59 +0000 (13:12 +0000)
Shrink Session a bit

Remove a couple of unnecessary fields from `Session` and remove a `Lock<T>` for a field that is never mutated anyway.


Trivial merge