mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
parent
7f67588e63
commit
f3ce78bc53
|
@ -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 New Issue
Block a user