Skip to content

Commit

Permalink
chore: remove changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Dec 30, 2024
1 parent 5979898 commit 6eed396
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/services/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@
//!
//! More ongoing services support is tracked at [opendal#5](https://github.com/apache/opendal/issues/5). Please feel free to submit issues if there are services not covered.
use crate::Builder;
use std::collections::HashSet;

mod aliyun_drive;

pub use aliyun_drive::*;

mod alluxio;
pub use alluxio::*;

mod atomicserver;

pub use self::atomicserver::*;

mod azblob;
Expand Down

0 comments on commit 6eed396

Please sign in to comment.