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


##########
core/core/src/services/mod.rs:
##########
@@ -44,10 +44,10 @@ mod mongodb;
 #[cfg(feature = "services-mongodb")]
 pub use self::mongodb::*;
 
-#[cfg(feature = "services-monoiofs")]
-mod monoiofs;
-#[cfg(feature = "services-monoiofs")]
-pub use monoiofs::*;
+#[cfg(feature = "services-onedrive")]
+mod onedrive;
+#[cfg(feature = "services-onedrive")]
+pub use onedrive::*;

Review Comment:
   ```suggestion
   ```



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