diff options
author | 2023-10-27 05:19:35 +0200 | |
---|---|---|
committer | 2023-10-27 05:19:35 +0200 | |
commit | 57f9024e89256ad3f99a3ab19bdc8524c1defa54 (patch) | |
tree | d082b884549cffd37adb78d4f779278fb155bee9 /.cargo | |
parent | e579d8553088c7d17784e7ff8f6e21360c2bd9ef (diff) | |
download | iced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.tar.gz iced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.tar.bz2 iced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.zip |
Fix intra-doc broken links
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 2 |
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 \ |