Skip to content

Commit

Permalink
Fix test for rust-lang#10391 to have pub main
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Dec 5, 2013
1 parent 23d95f6 commit e9d364d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ impl<'v, D: Decoder<'v>> Decodable<'v, D> for () {
}
}

fn main() { }
pub fn main() { }

1 comment on commit e9d364d

@nikomatsakis
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=pnkfelix

Please sign in to comment.