Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 3c8c266

Browse files
lissahyacinthdrahnr
authored andcommitted
chore/binden: hide_type -> blacklist_type
1 parent fdc73cd commit 3c8c266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cudnn-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn main() {
6262
// requires a nightly rustc and enabling
6363
// unstable features.
6464
.rust_target(bindgen::RustTarget::Stable_1_19)
65-
.hide_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
65+
.blacklist_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
6666
.raw_line(
6767
r"
6868
//! Defines the FFI for CUDA cuDNN.

0 commit comments

Comments
 (0)