summaryrefslogtreecommitdiffstats
path: root/.cargo
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-27 05:19:35 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-27 05:19:35 +0200
commit57f9024e89256ad3f99a3ab19bdc8524c1defa54 (patch)
treed082b884549cffd37adb78d4f779278fb155bee9 /.cargo
parente579d8553088c7d17784e7ff8f6e21360c2bd9ef (diff)
downloadiced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.tar.gz
iced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.tar.bz2
iced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.zip
Fix intra-doc broken links
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 3e02dda8..85a46cda 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -17,8 +17,6 @@ clippy --workspace --no-deps -- \
-D clippy::useless_conversion
"""
-#![allow(clippy::inherent_to_string, clippy::type_complexity)]
-
nitpick = """
clippy --workspace --no-deps -- \
-D warnings \