conduit/src
Charles Hall 3e389256f5
switch lint config to manifest-lint feature
I removed some lint configuration in the process:

* `#[allow(clippy::suspicious_else_formatting)]` because nothing is
  currently triggering it.
* `#[warn(clippy::future_not_send)]` because some stuff under
  `src/lib.rs` is. And also like, auto-trait leakage generally means
  this isn't a problem, and if things really need to be `Send`, then
  you'll probably know to mark it manually.
* `#[warn(rust_2018_idioms)]` and replaced it with
  `explicit-outlives-requirements = "warn"` which is the most useful
  lint in that group that isn't enabled by default.
2024-01-26 01:03:55 -08:00
..
api update rust toolchain 2024-01-25 21:44:40 -08:00
config fix cargo clippy lints 2024-01-24 07:22:37 -08:00
database update rust toolchain 2024-01-25 21:44:40 -08:00
service update rust toolchain 2024-01-25 21:44:40 -08:00
utils Merge branch 'error-leak-fix' into 'next' 2023-08-01 11:25:06 +00:00
lib.rs switch lint config to manifest-lint feature 2024-01-26 01:03:55 -08:00
main.rs switch lint config to manifest-lint feature 2024-01-26 01:03:55 -08:00