Skip to content

Commit f2dab91

Browse files
committed
wip
1 parent 148fe3d commit f2dab91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use crate::{git::git_branch_exists, run_git};
1111

1212
#[derive(Debug, Serialize, Deserialize)]
1313
pub struct State {
14+
/// The blah.
1415
#[serde(flatten, default)]
1516
pub directories: HashMap<String, Vec<Vec<String>>>,
1617
}

0 commit comments

Comments
 (0)