Skip to content

Commit

Permalink
feat(#1): clean for check
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 20, 2024
1 parent bc7f6a9 commit f296f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ missing_docs = "deny"
[workspace.lints.clippy]
unwrap_used = "deny"
question_mark_used = "deny"

[package.metadata.cargo-machete]
ignored = ["log", "serde"]
2 changes: 1 addition & 1 deletion src/parser/fsl_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pub struct FslParser {}
mod tests {
use crate::parser::fsl_parser::{FslParser, Rule};
use anyhow::Result;
use pest::Parser;
use hamcrest::{equal_to, is, HamcrestMatcher};
use pest::Parser;

#[test]
fn creates_parser() -> Result<()> {
Expand Down

0 comments on commit f296f20

Please sign in to comment.