fix exit-code test so the lint fires again

This commit is contained in:
QuietMisdreavus 2018-08-03 18:17:45 -05:00
parent 323b2b71ec
commit e332985c03

View File

@ -11,6 +11,6 @@
#![deny(intra_doc_link_resolution_failure)]
/// [intradoc::failure]
fn main() {
pub fn main() {
println!("Hello, world!");
}