Xuanwo commented on issue #6117: URL: https://github.com/apache/opendal/issues/6117#issuecomment-2838913372
Hi @cryptomilk, thank you for working on this and welcome to start the Rust journey. I'm happy to help guide you as you complete this task. --- There are several services involved with bb8. I suggest we focus on just one of them instead. Take redis as an example, we can run `clippy` checks with only redis services enabled in this way: ``` cd core cargo clippy --features=services-redis ``` What's the error output you have met? -- 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]
