]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister
authorkennytm <kennytm@gmail.com>
Wed, 11 Apr 2018 11:56:53 +0000 (19:56 +0800)
committerkennytm <kennytm@gmail.com>
Wed, 11 Apr 2018 19:23:19 +0000 (03:23 +0800)
Do not uppercase-lint #[no_mangle] statics

The reasoning being that `#[no_mangle]` expresses enough intention that there's likely a good reason for the name.

Fixes #36258.


Trivial merge