This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 740928efff chore(services/compfs): remove allow(dead_code) (#4879)
740928efff is described below
commit 740928efffc761a22fdf4bb3300e25ab790616b2
Author: Pop <[email protected]>
AuthorDate: Thu Jul 11 15:02:41 2024 +0900
chore(services/compfs): remove allow(dead_code) (#4879)
---
core/src/services/compfs/mod.rs | 2 --
1 file changed, 2 deletions(-)
diff --git a/core/src/services/compfs/mod.rs b/core/src/services/compfs/mod.rs
index 678c379176..f22a4c7af7 100644
--- a/core/src/services/compfs/mod.rs
+++ b/core/src/services/compfs/mod.rs
@@ -15,8 +15,6 @@
// specific language governing permissions and limitations
// under the License.
-#![allow(dead_code)] // TODO: Remove this after backend is implemented
-
mod backend;
mod core;
mod lister;