You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `futures` dependency)
warning: doc list item without indentation
--> src/lib.rs:71:5
|
71 | /// always use [`Limit::Pages`] in `*pages_ahead*` methods, otherwise `*pages_ahead*` streams will
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
Investigate if the following can improve or is required in the next release:
Code replication via hacky macros to handle different combinations of Send/Sync bounds and variations of self types(mut, Arc, etc) is not contributor friendly and should be replaced with an idiomatic solution as soon as possible. TODO: Check out async trait/keyword generics features and add links if they are scheduled for 2024.
Fix warnings
etc...
Improve documentation
Implement optimizations
Investigate features and changes in 2024 edition.
Index
Investigate if the following can improve or is required in the next release:
The text was updated successfully, but these errors were encountered: