We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bed2b commit 8b8d490Copy full SHA for 8b8d490
src/functions/kani/mod.rs
@@ -1,4 +1,4 @@
1
mod coercion;
2
-mod visitor;
+mod reachability;
3
4
-pub use visitor::collect_reachable_items;
+pub use reachability::collect_reachable_items;
src/functions/kani/visitor.rs renamed to src/functions/kani/reachability.rs
0 commit comments