Files
json-ls/clippy.toml
T
oscar a431af32a6 chore: scaffold cargo project and dependencies
Set up the Cargo binary with the infrastructure dependencies (serde,
serde_json, ureq, url, crossbeam-channel, regex) plus the project tooling:
strict rustc and clippy lints, rustfmt and clippy config, and a Makefile
for the common build, test, format, and check commands.
2026-07-01 03:49:39 +02:00

3 lines
57 B
TOML

allow-unwrap-in-tests = true
allow-panic-in-tests = true