]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #42177 - est31:master, r=Mark-Simulacrum
authorMark Simulacrum <mark.simulacrum@gmail.com>
Thu, 25 May 2017 01:50:07 +0000 (19:50 -0600)
committerGitHub <noreply@github.com>
Thu, 25 May 2017 01:50:07 +0000 (19:50 -0600)
commit84302717ae9d5245935750ab49693466f761d5f1
treea846a86b6d1cd7a8446088a386b046bdeab2ac8a
parentca0860df66dc92b85659a0d82c8be5868a46c924
parente860655a999ad921eb379d7f220c3e8ad1bcbb54
Rollup merge of #42177 - est31:master, r=Mark-Simulacrum

Remove some needless // gate-test- comments

Also, add detection to treat such comments as tidy errors.
We also remove the found_lib_feature code because it
was just repeating the found_feature code. Originally it
was intended to allow for gate-test lines for
lib features, but apparently nobody missed it.