mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
4460a1dc28
These traits exist so that folders/visitors can recurse into types of interest: binders, types, regions, predicates, and consts. But `Region` is non-recursive and cannot contain other types of interest, so its methods in these traits are trivial. This commit inlines and removes those trivial methods. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |