Skip to content

Commit 39ff1d8

Browse files
committed
Configure rustdoc to recognize PowerShell identifier
Adds the PowerShell identifier to rustdoc's list of valid identifiers to prevent warnings about backticks in documentation comments.
1 parent c0a608f commit 39ff1d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lychee-bin/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ readme = "../README.md"
1212
version.workspace = true
1313
rust-version = "1.88.0"
1414

15+
[package.metadata.rustdoc]
16+
doc-valid-idents = ["PowerShell"]
17+
1518
[dependencies]
1619
# NOTE: We need to specify the version of lychee-lib here because crates.io
1720
# requires all dependencies to have a version number.

0 commit comments

Comments
 (0)