fix exit-code test so the lint fires again
This commit is contained in:
parent
323b2b71ec
commit
e332985c03
@ -11,6 +11,6 @@
|
||||
#![deny(intra_doc_link_resolution_failure)]
|
||||
|
||||
/// [intradoc::failure]
|
||||
fn main() {
|
||||
pub fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user