Skip to content

Commit

Permalink
Update bindgen/clang.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Feb 20, 2024
1 parent 97fefd1 commit e55ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/clang.rs
Expand Up @@ -2345,7 +2345,7 @@ impl TargetInfo {

TargetInfo {
triple,
pointer_width: usize::try_from(pointer_width).unwrap(),
pointer_width: pointer_width.try_into().unwrap(),
abi,
}
}
Expand Down

0 comments on commit e55ea85

Please sign in to comment.