Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_ssr/src/lib.rs')
| -rw-r--r-- | crates/ide_ssr/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide_ssr/src/lib.rs b/crates/ide_ssr/src/lib.rs index 47434f4af8..264ea753ef 100644 --- a/crates/ide_ssr/src/lib.rs +++ b/crates/ide_ssr/src/lib.rs @@ -103,7 +103,6 @@ pub struct SsrRule { #[derive(Debug)] pub struct SsrPattern { - raw: parsing::RawPattern, parsed_rules: Vec<parsing::ParsedRule>, } |