-
Notifications
You must be signed in to change notification settings - Fork 518
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
Remove unnecessary namespace prefixes in code #529
Comments
/assignme |
Lint error is found, but the lint does not warn. Looks strange.
https://github.com/datafuselabs/opendal/blob/main/src/services/obs/backend.rs#L347 |
Issue submitted rust-lang/rust-clippy#9372 |
Please keep this issue open before all lint errors are fixed. |
Updated rust-lang/rust#100979 |
I prefer to close this issue now. We need to wait for rust. If rust has fixed this, we will see the warning again. And until then, we will fix this. |
Though already imported
https://github.com/datafuselabs/opendal/blob/7848fbc17ef60765aef6c9026566a356cec64fa3/src/services/gcs/backend.rs#L25
Some unnecessary namespace prefixes are still represented in the code
https://github.com/datafuselabs/opendal/blob/7848fbc17ef60765aef6c9026566a356cec64fa3/src/services/gcs/backend.rs#L434
https://github.com/datafuselabs/opendal/blob/7848fbc17ef60765aef6c9026566a356cec64fa3/src/services/gcs/backend.rs#L452
Originally raised by @ClSlaid in #526 (comment)
The text was updated successfully, but these errors were encountered: