Skip to content

Commit

Permalink
fix exit-code test so the lint fires again
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Aug 5, 2018
1 parent 323b2b7 commit e332985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make-fulldeps/exit-code/lint-failure.rs
Expand Up @@ -11,6 +11,6 @@
#![deny(intra_doc_link_resolution_failure)]

/// [intradoc::failure]
fn main() {
pub fn main() {
println!("Hello, world!");
}

0 comments on commit e332985

Please sign in to comment.