Skip to content

Commit 7f3a9d8

Browse files
committed
fix typo
1 parent 363b6ec commit 7f3a9d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cargo-gpu/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

crates/cargo-gpu/src/spirv_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)