rust: s/blacklist/blocklist/g

pull/1516/head
nick black 3 years ago
parent 8c78b089e1
commit 6760929f91
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -27,8 +27,8 @@ fn main() {
.clang_arg("-fretain-comments-from-system-headers")
.clang_arg("-fparse-all-comments")
// Remove warnings about improper_ctypes
.blacklist_function("strtold")
.blacklist_function("wcstold")
.blocklist_function("strtold")
.blocklist_function("wcstold")
// Don't derive the Copy trait on types with destructors.
.no_copy("ncdirect")
.no_copy("ncdplot")

Loading…
Cancel
Save