mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
reexport revision guard
This commit is contained in:
parent
c018196ffb
commit
f66f1913b7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue