Skip to content

Commit

Permalink
Allow "WebSocket" and "WebTransport" without backticks in doc comments.
Browse files Browse the repository at this point in the history
Without this configuration, clippy's `doc-markdown` lint will warn
about this not being enclosed in backticks.
  • Loading branch information
waywardmonkeys authored and BiagioFesta committed Oct 5, 2023
1 parent 6a4c888 commit 4a2fd11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc-valid-idents = ["WebSocket", "WebTransport", ".."]

0 comments on commit 4a2fd11

Please sign in to comment.