mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +00:00
5 lines
150 B
Rust
5 lines
150 B
Rust
#![cfg_attr(feature = "nightly", feature(plugin))]
|
|
#![cfg_attr(feature = "nightly", plugin(clippy))]
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/test.rs"));
|