diff options
| author | Fuwn <[email protected]> | 2022-05-18 01:58:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-18 01:58:50 +0000 |
| commit | eefb7681d3d78c04d927eaf069b600b0d5812efb (patch) | |
| tree | fb08c84c36a5d10a7eb4a6204a332a2372640f69 /src | |
| parent | fix: global clippy lint fixes (diff) | |
| download | germ-eefb7681d3d78c04d927eaf069b600b0d5812efb.tar.xz germ-eefb7681d3d78c04d927eaf069b600b0d5812efb.zip | |
ci(tests): add ast tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ /// - [Gemtext Documentation](https://gemini.circumlunar.space/docs/gemtext.gmi) /// - [Gemtext Cheatsheet](https://gemini.circumlunar.space/docs/cheatsheet.gmi). /// - [Gemini Specification](https://gemini.circumlunar.space/docs/specification.gmi). -#[derive(Debug)] +#[derive(Debug, PartialEq)] pub enum Node { /// A text line /// |