Skip to content

Commit e332985

Browse files
fix exit-code test so the lint fires again
1 parent 323b2b7 commit e332985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-make-fulldeps/exit-code/lint-failure.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
#![deny(intra_doc_link_resolution_failure)]
1212

1313
/// [intradoc::failure]
14-
fn main() {
14+
pub fn main() {
1515
println!("Hello, world!");
1616
}

0 commit comments

Comments
 (0)