Fix test for #10391 to have pub main
This commit is contained in:
parent
23d95f6dc6
commit
e9d364d1df
1 changed files with 1 additions and 1 deletions
|
|
@ -36,4 +36,4 @@ impl<'v, D: Decoder<'v>> Decodable<'v, D> for () {
|
|||
}
|
||||
}
|
||||
|
||||
fn main() { }
|
||||
pub fn main() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue