1
Fork 0

fix doc issues

This commit is contained in:
Ralf Jung 2022-06-29 19:18:30 -04:00
parent a58d8f6616
commit 6c990f48af
2 changed files with 7 additions and 7 deletions

View file

@ -63,7 +63,7 @@ mod syntax;
pub use syntax::*;
mod switch_sources;
pub mod tcx;
pub mod terminator;
mod terminator;
pub use terminator::*;
pub mod traversal;