We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148fe3d commit f2dab91Copy full SHA for f2dab91
src/state.rs
@@ -11,6 +11,7 @@ use crate::{git::git_branch_exists, run_git};
11
12
#[derive(Debug, Serialize, Deserialize)]
13
pub struct State {
14
+ /// The blah.
15
#[serde(flatten, default)]
16
pub directories: HashMap<String, Vec<Vec<String>>>,
17
}
0 commit comments