]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #42098 - japaric:gh42097, r=Mark-Simulacrum
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sat, 20 May 2017 23:48:15 +0000 (17:48 -0600)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 23:48:15 +0000 (17:48 -0600)
commit950e4266e61def05d14f7729094afa2e7ad00eba
tree340667c4d10c186a027385b145fc2c152e20db36
parent2dc15593602898d4799e6a213d3a163cac1513c7
parente4f9db7b8f36edcc5bc3d9d0e18d7fb0f6b55bc1
Rollup merge of #42098 - japaric:gh42097, r=Mark-Simulacrum

core: fix unused_macro warning

when compiling the crate for a target with max-atomic-width = 0

fixes #42097