Skip to content

Commit 20ac4b4

Browse files
committed
changed importing style
1 parent 5d6b0a3 commit 20ac4b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

program/rust/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
mod build_utils;
22
use bindgen::Builder;
33

4+
45
fn main() {
56
println!("cargo:rustc-link-search=../c/target");
67

program/rust/build_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use bindgen::callbacks::ParseCallbacks;
22
use std::collections::HashMap;
33
use std::panic::UnwindSafe;
4+
use std::panic::UnwindSafe;
45

56
///This type stores a hashmap from structnames
67
///to vectors of trait names, and ensures

0 commit comments

Comments
 (0)