We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323b2b7 commit e332985Copy full SHA for e332985
src/test/run-make-fulldeps/exit-code/lint-failure.rs
@@ -11,6 +11,6 @@
11
#![deny(intra_doc_link_resolution_failure)]
12
13
/// [intradoc::failure]
14
-fn main() {
+pub fn main() {
15
println!("Hello, world!");
16
}
0 commit comments