serde/test_suite
David Tolnay e26960f7f8
Remove useless run-pass test
When originally added, this test used to contain a `#![plugin(clippy)]`.
This was removed at some point along the way, at which point this test
no longer tests anything. It prints:

    warning: unknown lint: `identity_op`
     --> src/main.rs:1:9
      |
    1 | #![deny(identity_op)]
      |         ^^^^^^^^^^^
      |
      = note: #[warn(unknown_lints)] on by default

which is swallowed and ignored by compiletest.

Nowadays Clippy handles warnings inside of macro expanded code
intelligently and this is something they would be responsible for
testing.
2018-08-06 22:57:46 -07:00
..
deps Drop the patch dependencies 2018-03-31 23:09:01 +02:00
no_std Switch no-std panic to #[panic_implementation] 2018-06-04 10:13:29 -07:00
tests Remove useless run-pass test 2018-08-06 22:57:46 -07:00
Cargo.toml Update test suite to proc-macro2 0.4 2018-05-21 09:23:00 -07:00