Skip to content

Commit 268fd86

Browse files
committed
Removed wrong comment
1 parent ed94043 commit 268fd86

File tree

1 file changed

+0
-2
lines changed
  • crates/language-v2/definition/src/model/nonterminals

1 file changed

+0
-2
lines changed

crates/language-v2/definition/src/model/nonterminals/struct_.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ pub struct StructItem {
1212
pub name: Identifier,
1313

1414
/// Whether the struct is enabled
15-
///
16-
/// Defaults to `Always`
1715
#[serde(skip_serializing_if = "Option::is_none")]
1816
pub enabled: Option<VersionSpecifier>,
1917

0 commit comments

Comments
 (0)