my fork of dmp
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,5 +2,5 @@ pub mod dmp; pub mod errors; pub mod traits; -pub use dmp::{DiffMatchPatch, PatchInput, Ops, Patch, Patches}; -pub use errors::Error;
\ No newline at end of file +pub use dmp::{DiffMatchPatch, Ops, Patch, PatchInput, Patches}; +pub use errors::Error; |