From f66f1913b7791f97aeceef19725b3fb1c891c063 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 29 Oct 2018 17:09:50 +0300 Subject: [PATCH] reexport revision guard --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 0757edb2..d6d369e1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,6 +21,7 @@ use std::fmt::Debug; use std::hash::Hash; pub use crate::runtime::Runtime; +pub use crate::runtime::RevisionGuard; /// The base trait which your "query context" must implement. Gives /// access to the salsa runtime, which you must embed into your query