fixup: use Bool instead of bool

This commit is contained in:
klensy 2023-04-08 12:15:26 +03:00
parent c0bc00174f
commit fdfca765a7
2 changed files with 11 additions and 3 deletions

View file

@ -1626,7 +1626,7 @@ extern "C" {
B: &Builder<'a>,
Val: &'a Value,
DestTy: &'a Type,
IsSigned: bool,
IsSigned: Bool,
Name: *const c_char,
) -> &'a Value;