mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update bindgen.
Bug: 1432134 Reviewed-by: SimonSapin MozReview-Commit-ID: GXHw7KcCLN9
This commit is contained in:
parent
b62b51ab4b
commit
08412647db
3 changed files with 5 additions and 6 deletions
|
@ -205,7 +205,6 @@ mod bindings {
|
|||
// Disable rust unions, because we replace some types inside of
|
||||
// them.
|
||||
let mut builder = Builder::default()
|
||||
.rustfmt_bindings(false)
|
||||
.rust_target(RustTarget::Stable_1_0);
|
||||
for dir in SEARCH_PATHS.iter() {
|
||||
builder = builder.clang_arg("-I").clang_arg(dir.to_str().unwrap());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue