Skip to content

Commit

Permalink
chore: disable rustdoc::redundant_explicit_links warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel committed Oct 11, 2023
1 parent 10db251 commit b7f3816
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#
[build]
rustdocflags = [
"-Arustdoc::redundant_explicit_links", # stylistic
]

# An auto defined `clippy` feature was introduced,
# but it was found to clash with user defined features,
# so was renamed to `cargo-clippy`.
Expand Down

0 comments on commit b7f3816

Please sign in to comment.