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))