Skip to content

Commit 715a102

Browse files
gvozdvmozgubenfdking
authored andcommitted
chore: add ST02
1 parent c905c57 commit 715a102

File tree

3 files changed

+629
-1
lines changed

3 files changed

+629
-1
lines changed

crates/lib/src/core/parser/segments/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ impl Segment for SymbolSegment {
13791379
}
13801380
}
13811381

1382-
#[derive(Debug, Clone)]
1382+
#[derive(Debug, Default, Clone)]
13831383
pub struct SymbolSegmentNewArgs {
13841384
pub r#type: &'static str,
13851385
}

crates/lib/src/rules/structure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pub mod ST01;
2+
pub mod ST02;

0 commit comments

Comments
 (0)