Skip to content

Commit

Permalink
fix/bindgen: hide max_align_t
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Feb 1, 2020
1 parent 46f9ad9 commit 045f27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cublas-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ fn main() {
// requires a nightly rustc and enabling
// unstable features.
.no_unstable_rust()
.hide_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
.raw_line(r"
//! Defines the FFI for CUDA cuBLAS.
//!
Expand Down

0 comments on commit 045f27c

Please sign in to comment.