mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 15:25:38 +00:00
10 lines
182 B
Rust
10 lines
182 B
Rust
#![feature(test, custom_attribute, custom_derive, plugin)]
|
|
#![plugin(serde_macros)]
|
|
|
|
extern crate test;
|
|
|
|
include!("../../testing/tests/test.rs.in");
|
|
|
|
mod compile_tests;
|
|
mod skeptic;
|