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 b5e8dd9 commit e2308f6Copy full SHA for e2308f6
1 file changed
crates/anodized-core/src/lib.rs
@@ -10,7 +10,7 @@ use syn::{
10
};
11
12
/// A contract specifies the intended behavior of a function or method.
13
-#[derive(Debug)]
+#[derive(Debug, Default)]
14
pub struct Contract {
15
/// Preconditions: conditions that must hold when the function is called.
16
pub requires: Vec<Expr>,
0 commit comments