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 e2308f6 commit 697253fCopy full SHA for 697253f
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, Default)]
+#[derive(Debug)]
14
pub struct Contract {
15
/// Preconditions: conditions that must hold when the function is called.
16
pub requires: Vec<Expr>,
0 commit comments