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