update
This commit is contained in:
parent
a85efe2056
commit
6f7fa9c920
16 changed files with 622 additions and 229 deletions
|
|
@ -26,7 +26,7 @@ impl<'a> Link<'a> {
|
|||
&& c != b'['
|
||||
&& c != b'\n');
|
||||
|
||||
expect!(src, desc + 1, b']');
|
||||
expect!(src, desc + 1, b']')?;
|
||||
|
||||
Some((
|
||||
Link {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue