]> git.lizzy.rs Git - rust.git/commit
Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 4 Nov 2018 22:56:23 +0000 (22:56 +0000)
committerbors <bors@rust-lang.org>
Sun, 4 Nov 2018 22:56:23 +0000 (22:56 +0000)
commit248745ab0c67c86b7ef810d22a386b005c9a093b
tree3688ad64e5b2fee5315ecd2825c4822a56765590
parente6c5cf923489f4aed6c9e36a170fab9b6179d8da
parent706a1cc0f21bb3212e1e1f9987f5be543ae12f6e
Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton

enforce unused-must-use lint in macros

Fixes #55516 by turning on the UNUSED_MUST_USE lint within macros.