From d6059885d5853ded7319cf7a73c23cbb59976f38 Mon Sep 17 00:00:00 2001 From: KevinZonda <33132228+KevinZonda@users.noreply.github.com> Date: Thu, 7 Jan 2021 19:32:39 +0000 Subject: [PATCH] =?UTF-8?q?base:=20remove=20useless=20use=20=F0=9F=92=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 586d343..bd7fc7b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,6 @@ use std::{env, fs}; use std::fs::File; use std::io::Write; -use std::process::exit; const SIGN_BEGIN: &str = ""; const SIGN_END: &str = "";