fixup: use Bool instead of bool
This commit is contained in:
parent
c0bc00174f
commit
fdfca765a7
2 changed files with 11 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue