From ecbcc6ccfb3b20a0b7e9d3206fd732c3cb8835e2 Mon Sep 17 00:00:00 2001 From: Avril Date: Fri, 8 Apr 2022 00:39:36 +0100 Subject: [PATCH] Removed useless TODO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for reverse's current commit: Middle blessing − 中吉 --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a3f23f2..53b824c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -108,7 +108,6 @@ fn collect_input() -> Box + 'static> Self::Raw(OsStr::from_bytes(bytes).to_os_string()) } #[inline(always)] - //#[deprecated(note="XXX: TODO: Only use this if the read_until() into vec does not add the '\n' into the vec as well. Otherwise, *always* use this.")] pub fn from_raw_vec(vec: Vec) -> Self { Self::Raw(OsString::from_vec(vec))