Skip to content

Commit 92f47b9

Browse files
authored
fiat-constify: fix rustdoc lint warning in output (#836)
The link to the utils repo should be angle-bracketed to make the rustdoc linter happy.
1 parent 8c8bbf7 commit 92f47b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fiat-constify/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
5252
}
5353
}
5454

55-
println!("#![doc = \" fiat-crypto output postprocessed by fiat-constify: https://github.com/rustcrypto/utils\"]");
55+
println!("#![doc = \" fiat-crypto output postprocessed by fiat-constify: <https://github.com/rustcrypto/utils>\"]");
5656
println!("{}", ast.into_token_stream());
5757
Ok(())
5858
}

0 commit comments

Comments
 (0)