This commit is contained in:
ClementTsang
2025-09-01 04:43:23 -04:00
parent 80d2ef21f0
commit 7b88dbe27c
-1
View File
@@ -55,4 +55,3 @@ pub(crate) fn read_link<'a>(path: &Path, buffer: &'a mut Vec<u8>) -> std::io::Re
}
Ok(String::from_utf8_lossy(&buffer[..len as usize]))
}