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 {
48
48
49
49
#[ expect(
50
50
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"
52
52
) ]
53
53
/// Source of `spirv-builder` dependency
54
54
/// 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};
13
13
14
14
#[ expect(
15
15
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"
17
17
) ]
18
18
/// The source and version of `rust-gpu`.
19
19
/// Eg:
You can’t perform that action at this time.
0 commit comments