serde/testing/tests/test.rs

5 lines
148 B
Rust
Raw Normal View History

#![cfg_attr(feature = "clippy", feature(plugin))]
#![cfg_attr(feature = "clippy", plugin(clippy))]
2015-05-18 01:26:04 -05:00
include!(concat!(env!("OUT_DIR"), "/test.rs"));