mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
common.rs: fix leftover comment
This commit is contained in:
parent
df6525e770
commit
85ae1861fa
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue