code review comments

This commit is contained in:
Pat Hickey
2020-06-03 15:35:53 -07:00
parent 6910c1e03d
commit 0fb374947a
4 changed files with 5 additions and 6 deletions

View File

@@ -15,9 +15,8 @@ mod borrow;
mod error;
mod guest_type;
mod region;
pub mod tracing {
pub use tracing::*;
}
pub extern crate tracing;
pub use borrow::BorrowChecker;
use borrow::BorrowHandle;