Skip to content

Commit

Permalink
Merge pull request rust-lang#29 from Marwes/detach_undo_log
Browse files Browse the repository at this point in the history
feat: Allow the UndoLog to be supplied separately
  • Loading branch information
nikomatsakis authored Apr 9, 2020
2 parents 05fcaa3 + 7e3b49b commit 5a500c4
Show file tree
Hide file tree
Showing 7 changed files with 847 additions and 249 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ extern crate log;
extern crate dogged;

pub mod snapshot_vec;
pub mod undo_log;
pub mod unify;
Loading

0 comments on commit 5a500c4

Please sign in to comment.