mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01: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![];
|
let mut result = vec![];
|
||||||
// result.reserve(input.len());
|
|
||||||
wcs2string_callback(input, |buff| {
|
wcs2string_callback(input, |buff| {
|
||||||
result.extend_from_slice(buff);
|
result.extend_from_slice(buff);
|
||||||
true
|
true
|
||||||
|
|||||||
Reference in New Issue
Block a user