mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
parent
7f67588e63
commit
f3ce78bc53
1 changed files with 0 additions and 2 deletions
|
@ -304,8 +304,6 @@ fn unescape_yaml_fish_2_0(s: &mut Vec<u8>) {
|
|||
// character.
|
||||
cursor = backslash + 1;
|
||||
}
|
||||
|
||||
debug_assert!(std::str::from_utf8(s).is_ok());
|
||||
}
|
||||
|
||||
/// Read one line, stripping off any newline, returning the number of bytes consumed.
|
||||
|
|
Loading…
Reference in a new issue