From 6a7c4266a82ce40df994ff6b4ebf628bb4ea3456 Mon Sep 17 00:00:00 2001 From: zhouwenxiang Date: Fri, 5 Nov 2021 17:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=AA=97=E4=BD=93=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 40d2b07..ec49b2e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// #![windows_subsystem = "windows"] +#![windows_subsystem = "windows"] #[macro_use] extern crate lazy_static; extern crate log_panics;