about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/util/mod.rs
blob: 5f2960b768b295493be7a5b952db8793ea11cb48 (plain)
1
2
3
mod collect_writes;

pub(crate) use collect_writes::FindAssignments;