aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.rs
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-01-22 01:52:51 +0800
committerHsiangNianian <i@jyunko.cn>2025-01-22 01:52:51 +0800
commit431c117a55d06e45ef48305f67f71e6a2afb76fd (patch)
tree781c2be72db66edd24b24265079f61dc730611f5 /build.rs
parent994df00b201394a3eec3e61d37e4cbce622910b6 (diff)
downloadDropOut-431c117a55d06e45ef48305f67f71e6a2afb76fd.tar.gz
DropOut-431c117a55d06e45ef48305f67f71e6a2afb76fd.zip
refactor: 移除 build.rs 中的无用注释
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 38de66c..94285bd 100644
--- a/build.rs
+++ b/build.rs
@@ -1,5 +1,3 @@
fn main() {
- // This build script does nothing for now.
- // You can add custom build logic here if needed.
println!("cargo:rerun-if-changed=build.rs");
} \ No newline at end of file