rust: s/blacklist/blocklist/g

This commit is contained in:
nick black 2021-04-04 14:30:05 -04:00
parent 8c78b089e1
commit 6760929f91
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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")