Skip to content

Commit

Permalink
internal: Remove unneeded flatten (#4401)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Apr 21, 2024
1 parent 418164b commit 94351d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prqlc/prqlc-parser/src/lexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use serde::{Deserialize, Serialize};

#[derive(Clone, PartialEq, Serialize, Deserialize)]
pub struct Token {
#[serde(flatten)]
pub kind: TokenKind,
pub span: std::ops::Range<usize>,
}
Expand Down

0 comments on commit 94351d7

Please sign in to comment.