File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ pub struct InstallArgs {
4848
4949 #[ expect(
5050 clippy:: doc_markdown,
51- reason = "The URL should appear literally like this. But Clippy wants it to be a in markdown clickable link"
51+ reason = "The URL should appear literally like this. But Clippy wants a markdown clickable link"
5252 ) ]
5353 /// Source of `spirv-builder` dependency
5454 /// Eg: "https://github.com/Rust-GPU/rust-gpu"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use std::path::{Path, PathBuf};
1313
1414#[ expect(
1515 clippy:: doc_markdown,
16- reason = "The URL should appear literally like this. But Clippy wants it to be a in markdown clickable link"
16+ reason = "The URL should appear literally like this. But Clippy wants a markdown clickable link"
1717) ]
1818/// The source and version of `rust-gpu`.
1919/// Eg:
You can’t perform that action at this time.
0 commit comments