From 431c117a55d06e45ef48305f67f71e6a2afb76fd Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 22 Jan 2025 01:52:51 +0800 Subject: refactor: 移除 build.rs 中的无用注释 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.rs') 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 -- cgit v1.2.3-70-g09d2