This is an automated email from the ASF dual-hosted git repository.

zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git


The following commit(s) were added to refs/heads/refactor/rust-rewrite-design 
by this push:
     new 23baf1380 chore: complete Rust POC license hygiene
23baf1380 is described below

commit 23baf13806ab585912fe4d2f4de3b7ae085363f3
Author: vaughn <[email protected]>
AuthorDate: Thu Sep 10 02:15:12 2026 +0800

    chore: complete Rust POC license hygiene
---
 pom.xml                                  |  1 +
 tools/rust-partition-poc/src/lib_test.rs | 17 -----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5d65dec7..581f6f6e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,7 @@
                             <exclude>scripts/dev/reviewers</exclude>
                             <exclude>**/*.md</exclude>
                             <exclude>docs/rust-test-traceability.csv</exclude>
+                            <exclude>**/Cargo.lock</exclude>
                             <exclude>**/dependency-reduced-pom.xml</exclude>
                             <exclude>**/logs/*.log</exclude>
                             <exclude>**/META-INF/**/*</exclude>
diff --git a/tools/rust-partition-poc/src/lib_test.rs 
b/tools/rust-partition-poc/src/lib_test.rs
deleted file mode 100644
index 9eb8feebb..000000000
--- a/tools/rust-partition-poc/src/lib_test.rs
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to you under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-

Reply via email to