Xuanwo opened a new issue, #3595:
URL: https://github.com/apache/incubator-opendal/issues/3595
```rust
-->
/home/xuanwo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opendal-0.42.0/src/services/mod.rs:153:9
|
153 | pub use redis::RedisConfig;
| ^^^^^ ambiguous name
|
= note: ambiguous because of multiple potential import sources
= note: `redis` could refer to a crate passed with `--extern`
= help: use `::redis` to refer to this crate unambiguously
note: `redis` could also refer to the module defined here
-->
/home/xuanwo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opendal-0.42.0/src/services/mod.rs:149:1
|
149 | mod redis;
| ^^^^^^^^^^
= help: use `self::redis` to refer to this module unambiguously
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]