Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 28, 2023
1 parent ff4937e commit f112017
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rustflags = [
"-Wclippy::zero_sized_map_values",
"-Wfuture_incompatible",
# TODO: reenable this
"-Wmissing_docs",
# "-Wmissing_docs",
"-Wnonstandard_style",
"-Wrust_2018_idioms",
]
250 changes: 248 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions scyllax-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ nom = "7.1.3"

[dev-dependencies]
pretty_assertions = "1.4.0"
criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
name = "bench"
harness = false
Loading

0 comments on commit f112017

Please sign in to comment.