We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8993c2 commit cbcc7bbCopy full SHA for cbcc7bb
clarity/src/vm/representations.rs
@@ -455,17 +455,13 @@ pub struct SymbolicExpression {
455
pub id: u64,
456
457
#[cfg(feature = "developer-mode")]
458
- #[serde(skip)]
459
pub span: Span,
460
461
462
463
pub pre_comments: Vec<(String, Span)>,
464
465
466
pub end_line_comment: Option<String>,
467
468
469
pub post_comments: Vec<(String, Span)>,
470
}
471
0 commit comments