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 2ed647f commit 078b9daCopy full SHA for 078b9da
src/config/code.rs
@@ -38,7 +38,8 @@ pub struct Code {
38
pub comment_leading: String,
39
#[serde(default, skip_serializing)]
40
pub test: bool,
41
- pub enable_rust_crates: bool,
+ #[serde(default = "default_enable_rust_crates")]
42
+pub enable_rust_crates: bool,
43
pub lang: String,
44
#[serde(default = "default_pick", skip_serializing)]
45
pub pick: String,
0 commit comments