Skip to content

Commit 8b8d490

Browse files
committed
chore: rename kani::visitor to reachability as original code does
1 parent 32bed2b commit 8b8d490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/functions/kani/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mod coercion;
2-
mod visitor;
2+
mod reachability;
33

4-
pub use visitor::collect_reachable_items;
4+
pub use reachability::collect_reachable_items;
File renamed without changes.

0 commit comments

Comments
 (0)