Skip to content

Commit 083b1db

Browse files
committed
Update doc comment
1 parent dab435b commit 083b1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async fn async_watch<P: AsRef<Path>>(
7777
Ok(())
7878
}
7979

80-
/// Clap value parser for [`SpirvMetadata`].
80+
/// Clap value parser for `SpirvMetadata`.
8181
fn spirv_metadata(s: &str) -> Result<SpirvMetadata, clap::Error> {
8282
match s {
8383
"none" => Ok(SpirvMetadata::None),

0 commit comments

Comments
 (0)