Skip to content

Commit 4dc1dd8

Browse files
no need for default
1 parent ecb88d3 commit 4dc1dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charon/src/bin/charon/toml_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use serde::Deserialize;
44

55
/// The struct used to define the options available under `[package.metadata.charon]` in
66
/// `Cargo.toml`. These all mirror the corresponding cli option.
7-
#[derive(Debug, Default, Deserialize)]
7+
#[derive(Debug, Deserialize)]
88
pub struct TomlConfig {
99
#[serde(default)]
1010
pub extract_opaque_bodies: bool,

0 commit comments

Comments
 (0)