Skip to content

Commit 8fa57d7

Browse files
committed
Merge branch 'feature/raw-updates' of github.com:korpling/annatto into feature/raw-updates
2 parents bad7fac + fc31511 commit 8fa57d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manipulator/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pub mod check;
44
pub mod chunker;
55
pub mod collapse;
66
pub mod diff;
7+
pub mod edit;
78
pub mod enumerate;
89
pub mod filter;
910
pub mod link;
@@ -14,7 +15,6 @@ pub mod sleep;
1415
pub mod split;
1516
pub mod time;
1617
pub mod visualize;
17-
pub mod edit;
1818

1919
use crate::{
2020
StepID,

0 commit comments

Comments
 (0)