reexport revision guard

This commit is contained in:
Aleksey Kladov 2018-10-29 17:09:50 +03:00
parent c018196ffb
commit f66f1913b7

View file

@ -21,6 +21,7 @@ use std::fmt::Debug;
use std::hash::Hash; use std::hash::Hash;
pub use crate::runtime::Runtime; pub use crate::runtime::Runtime;
pub use crate::runtime::RevisionGuard;
/// The base trait which your "query context" must implement. Gives /// The base trait which your "query context" must implement. Gives
/// access to the salsa runtime, which you must embed into your query /// access to the salsa runtime, which you must embed into your query