mirror of https://github.com/kdl-org/kdl-rs.git
Using the `ignore` marker makes `cargo test` think this is rust code that should be ignored, which means it prints an "ignored" line in the test output. It also makes `cargo doc --document-private-items` attempt to colorize it as rust code. Marking this as `text` instead fixes both issues. |
||
|---|---|---|
| .. | ||
| error.rs | ||
| lib.rs | ||
| node.rs | ||
| parser.rs | ||