Yet Another Rust Yaml
Find a file
Paul Stemmet 4b79e98048 lib/scanner: save any changes that may occur after a ScanError::Extend
before there was a subtle error when eating whitespace wherein the
whitespace could be eaten twice, which corrupts the Scanner.stats.

Now we ensure that any movement is captured before returning the error
to the caller
2021-09-09 20:29:29 +01:00
.github/workflows ci/prtasks: use install over mv 2021-06-02 14:52:43 +00:00
docs docs/plain-scalar-indent: commit notes 2021-08-15 09:03:22 +00:00
src lib/scanner: save any changes that may occur after a ScanError::Extend 2021-09-09 20:29:29 +01:00
.gitignore git: ignore .vim/ 2021-06-23 21:51:33 +01:00
.rustfmt.toml ci/fmt: move rustfmt.toml to repo root 2021-06-22 21:14:34 +00:00
Cargo.lock Cargo: add dependencies.bitflags = 1 2021-09-09 20:29:29 +01:00
Cargo.toml Cargo: add dependencies.bitflags = 1 2021-09-09 20:29:29 +01:00