koushiro commented on code in PR #7031:
URL: https://github.com/apache/opendal/pull/7031#discussion_r2625690009


##########
core/services/cacache/src/docs.md:
##########
@@ -24,8 +24,8 @@ You can refer to [`CacacheBuilder`]'s docs for more 
information
 
 ```rust,no_run
 use anyhow::Result;
-use opendal_core::services::Cacache;
-use opendal_core::Operator;
+use opendal::services::Cacache;
+use opendal::Operator;

Review Comment:
   ```suggestion
   use opendal_service_cacache::Cacache;
   use opendal_core::Operator;
   ```



-- 
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]

Reply via email to