summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_borrowck/src/util/mod.rs
blob: 7377d4de7274f93d180207ee6301feb519f6f12e (plain)
1
2
3
mod collect_writes;

pub use collect_writes::FindAssignments;