We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2523eb9 + 6264247 commit ac2b2f9Copy full SHA for ac2b2f9
5 files changed
src/cache.rs
@@ -45,6 +45,8 @@ pub struct CachedEngineResult {
45
pub guard_candidates: usize,
46
#[serde(default)]
47
pub token_candidates: usize,
48
+ #[serde(default)]
49
+ pub defi_candidates: usize,
50
}
51
52
impl Cache {
0 commit comments