Skip to content

Commit 4f8363f

Browse files
author
Vincent Rouillé
authored
Merge pull request #149 from Clikengo/master
fix build with API 620
2 parents d4484a0 + 1a8b1f5 commit 4f8363f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foundationdb-gen/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ impl From<Vec<OwnedAttribute>> for FdbOption {
307307
"false" => opt.hidden = false,
308308
_ => panic!("unexpected boolean value: {}", v),
309309
},
310+
"defaultFor" | "persistent" => {
311+
// API 620+
312+
}
310313
attr => {
311314
panic!("unexpected option attribute: {}", attr);
312315
}

0 commit comments

Comments
 (0)