mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
rust: s/blacklist/blocklist/g
This commit is contained in:
parent
8c78b089e1
commit
6760929f91
@ -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…
x
Reference in New Issue
Block a user