Remove all features

This commit is contained in:
Jai A 2024-10-18 21:14:25 -07:00
parent 9ec43ebe70
commit c0267f7746
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -2,7 +2,7 @@
"name": "@modrinth/app-lib",
"scripts": {
"build": "cargo build --release",
"lint": "cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings",
"lint": "cargo fmt --check && cargo clippy --all-targets -- -D warnings",
"fix": "cargo fmt && cargo clippy --fix",
"test": "cargo test"
}