Skip to content

Commit

Permalink
Update src/compiling/lexing/lexer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Phoenix Himself <[email protected]>
  • Loading branch information
b1ek and Ph0enixKM authored Nov 20, 2024
1 parent 5232953 commit 3c1d2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiling/lexing/lexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub struct Lexer {
pub scoping_mode: ScopingMode,
}

// #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
struct LexState {
word: String,
is_indenting: bool,
Expand Down

0 comments on commit 3c1d2ea

Please sign in to comment.