Skip to content

Commit 697253f

Browse files
committed
YAGNI
1 parent e2308f6 commit 697253f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/anodized-core/src

crates/anodized-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use syn::{
1010
};
1111

1212
/// A contract specifies the intended behavior of a function or method.
13-
#[derive(Debug, Default)]
13+
#[derive(Debug)]
1414
pub struct Contract {
1515
/// Preconditions: conditions that must hold when the function is called.
1616
pub requires: Vec<Expr>,

0 commit comments

Comments
 (0)