mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
common.rs: fix leftover comment
This commit is contained in:
@@ -1138,7 +1138,6 @@ pub fn wcs2zstring(input: &wstr) -> CString {
|
||||
}
|
||||
|
||||
let mut result = vec![];
|
||||
// result.reserve(input.len());
|
||||
wcs2string_callback(input, |buff| {
|
||||
result.extend_from_slice(buff);
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user