Skip to content

Commit 79afd59

Browse files
authored
feat: Make attach pub (#832)
1 parent af811a3 commit 79afd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub use self::runtime::Runtime;
5353
pub use self::storage::{Storage, StorageHandle};
5454
pub use self::update::Update;
5555
pub use self::zalsa::IngredientIndex;
56-
pub use crate::attach::with_attached_database;
56+
pub use crate::attach::{attach, with_attached_database};
5757

5858
pub mod prelude {
5959
pub use crate::{Accumulator, Database, Setter};

0 commit comments

Comments
 (0)