Skip to content

Commit

Permalink
chore(ci): Add rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 1, 2024
1 parent 4d57422 commit eed77cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/lexer.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use core::fmt;
use std::fmt::{Display, Formatter};

use super::data::Data;
use logos::Logos;
use thiserror::Error;

#[derive(Error, Clone, Default, Debug, PartialEq)]
pub enum Error {
#[default]
Expand Down

0 comments on commit eed77cc

Please sign in to comment.