]> git.lizzy.rs Git - rust.git/commit
New lint for needless use of nightly features
authorFlorian Gilcher <florian.gilcher@asquera.de>
Thu, 15 Oct 2015 09:13:01 +0000 (11:13 +0200)
committerFlorian Gilcher <florian.gilcher@asquera.de>
Thu, 15 Oct 2015 19:33:47 +0000 (21:33 +0200)
commit1bd023d3e01857b6fff86efb8da7159c84d0be5d
tree4bcd83496a6aa6b715f9acc0fc6ec604b430a471
parente24d4698497b2e86f9a1a1b5d4d72c9ebd2ad659
New lint for needless use of nightly features
src/lib.rs
src/needless_features.rs [new file with mode: 0644]
tests/compile-fail/needless_features.rs [new file with mode: 0644]