From: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:53:26 +0000 (+0000) Subject: Merge #11284 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=44ffae12ac94a493ab09560184c25608b5f5e1ef;hp=72fd08d8d2d3915a0d9cc868dca7c4bc8ec2776d;p=rust.git Merge #11284 11284: internal: Remove redundant recursion limit r=jonas-schievink a=jonas-schievink `Expander` already does this, so we don't have to track the depth when collecting associated items. bors r+ Co-authored-by: Jonas Schievink ---