AscendingCreations / AxumSession

Axum Session Management Libraries that use Sqlx
MIT License
136 stars 28 forks source link

error when using main branch #60

Closed sachnr closed 10 months ago

sachnr commented 10 months ago
   Compiling axum_session v0.5.0 (https://github.com/AscendingCreations/AxumSession.git#4c073bd5)
error[E0659]: `redis_pool` is ambiguous
  --> /home/sachnr/.cargo/git/checkouts/axumsession-4dbf4d2adab911cf/4c073bd/src/databases.rs:19:9
   |
19 | pub use redis_pool::*;
   |         ^^^^^^^^^^ ambiguous name
   |
   = note: ambiguous because of multiple potential import sources
   = note: `redis_pool` could refer to a crate passed with `--extern`
   = help: use `::redis_pool` to refer to this crate unambiguously
note: `redis_pool` could also refer to the module defined here
  --> /home/sachnr/.cargo/git/checkouts/axumsession-4dbf4d2adab911cf/4c073bd/src/databases.rs:17:1
   |
17 | mod redis_pool;
   | ^^^^^^^^^^^^^^^
   = help: use `self::redis_pool` to refer to this module unambiguously

For more information about this error, try `rustc --explain E0659`.
error: could not compile `axum_session` (lib) due to previous error
genusistimelord commented 10 months ago

ok I pushed an update that should fix this issue. Please confirm.