Skip to content

Commit 38eec4a

Browse files
committed
fix: remove cargo warnings
1 parent f2c4f89 commit 38eec4a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

float-pigment-css-macro/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ rustc-hash = "1.1.0"
2727

2828
[lints]
2929
workspace = true
30-
31-
[profile.release]
32-
doc = { features = ["skip_compare_cache"] }

float-pigment-css/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ std = ["serde/std", "serde_json/std", "bit-set/std", "num-traits/std", "half/std
4040
no-std-lock = []
4141
wasm-entrance = ["wasm-bindgen", "console_log", "console_error_panic_hook", "js-sys"]
4242
build-cpp-header = ["cbindgen", "fs_extra"]
43-
flutter = []
4443
serialize = []
4544
deserialize = []
4645
serialize_json = []
4746
deserialize_json = []
4847
write_cache = []
4948
compatibility_test = []
5049
compile_cache = ["toml", "colorful"]
50+
skip_compare_cache = ["float-pigment-css-macro/skip_compare_cache"]
5151
ffi = []
5252

5353
[dependencies]

0 commit comments

Comments
 (0)