Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Redis storage abstraction to fit the latest Rust updates without warnings #766

Open
geekbrother opened this issue Sep 5, 2024 · 1 comment
Assignees
Labels
accepted The issue has been accepted into the project

Comments

@geekbrother
Copy link
Contributor

The latest Rust updates throw a warning on the Redis storage abstraction on rust-lang/rust#123748:

warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
    = help: specify the types explicitly
note: in edition 2024, the requirement `!: deadpool_redis::redis::FromRedisValue` will fail
   --> src/storage/redis/mod.rs:107:18

This part needs to be refactored to fit the clippy without #[allow(dependency_on_unit_never_type_fallback)].

@geekbrother geekbrother self-assigned this Sep 5, 2024
@arein arein added the accepted The issue has been accepted into the project label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted The issue has been accepted into the project
Projects
None yet
Development

No branches or pull requests

2 participants