rust/src/tools/tidy
Nicholas Nethercote a79a2c729d tidy: some minor improvements.
- Tweak some comments.
- No need to do the `concat!` trick on `START_MARKER` because it's
  immediately followed by `END_MARKER`.
- Fix an off-by-one error in the line number for an error message.
- When a second start marker is found without an intervening end marker,
  after giving an error, treat it as though it ends the section. It's
  hard to know exactly what to do in this case, but it makes unit
  testing this case a little simpler (in the next commit).
- If an end marker occurs without a preceding start marker, issue an
  error.
2023-10-25 10:52:05 +11:00
..
config Add support for tidy linting via external tools for non-rust files 2023-08-02 04:40:26 -04:00
src tidy: some minor improvements. 2023-10-25 10:52:05 +11:00
Cargo.toml bump few deps 2023-04-06 18:21:37 +03:00