]> git.lizzy.rs Git - rust.git/commit
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)
commit0629309a7de803ee9125179306228a981bb52078
treed1e19a38e86f70188ac3355e20e7f9d757b5c215
parent4dbca4c8ac713bb4cf13a4460b4f98751fce2191
parent6e0089ea7776eea84fb26690b590074710247146
Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister

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.