vaultwarden/src/api/core
BlackDex 55d7c48b1d
Add more clippy checks for better code/readability
A bit inspired by @paolobarbolini from this commit at lettre https://github.com/lettre/lettre/pull/784 .
I added a few more clippy lints here, and fixed the resulted issues.

Overall i think this could help in preventing future issues, and maybe
even peformance problems. It also makes some code a bit more clear.

We could always add more if we want to, i left a few out which i think
arn't that huge of an issue. Some like the `unused_async` are nice,
which resulted in a few `async` removals.

Some others are maybe a bit more estatic, like `string_to_string`, but i
think it looks better to use `clone` in those cases instead of `to_string` while they already are a string.
2022-07-10 16:39:38 +02:00
..
two_factor Add more clippy checks for better code/readability 2022-07-10 16:39:38 +02:00
accounts.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
ciphers.rs Add more clippy checks for better code/readability 2022-07-10 16:39:38 +02:00
emergency_access.rs Add more clippy checks for better code/readability 2022-07-10 16:39:38 +02:00
folders.rs Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies 2022-06-04 19:13:39 +02:00
mod.rs Fix for issue #2566 2022-06-21 17:36:07 +02:00
organizations.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
sends.rs Add more clippy checks for better code/readability 2022-07-10 16:39:38 +02:00