mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 10:38:02 +00:00
Add main function to ui tests without main
These emit a new error not relevant to Serde as of nightly-2018-12-29.
This commit is contained in:
@@ -5,3 +5,5 @@ extern crate serde_derive;
|
||||
struct S<'de> {
|
||||
s: &'de str,
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user