]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #24514 - krzysz00:no-warnings-in-liballoc, r=alexcrichton
authorSteve Klabnik <steve@steveklabnik.com>
Tue, 21 Apr 2015 01:15:52 +0000 (21:15 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Tue, 21 Apr 2015 01:15:52 +0000 (21:15 -0400)
When `liballoc` is compiled with `--cfg feature=\"external_features\"`, several `improper_ctypes` warnings are generated. Since these warnings are harmless, I have added a directive to suppress them.


Trivial merge