Skip to content

Commit 781fd74

Browse files
author
Nichol Yip
committed
Removed lint-proc-macro and replaced with using struct-field-names-as-array crate instead.
Signed-off-by: Nichol Yip <[email protected]>
1 parent 569793a commit 781fd74

16 files changed

+170
-627
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ codegen-units = 1
55
[workspace]
66
members = [
77
"crates/progress_bar_derive_macro",
8-
"crates/lint_proc_macro",
98
"crates/spfs-encoding",
109
"crates/spfs",
1110
"crates/spk-build",
@@ -48,7 +47,6 @@ futures = "0.3.24"
4847
fuser = "0.12"
4948
indicatif = "0.17.5"
5049
libc = "0.2.80"
51-
lint_proc_macro = { path = "crates/lint_proc_macro" }
5250
nix = "0.26.2"
5351
nom = "7.1"
5452
nom-supreme = "0.8"

crates/lint_proc_macro/Cargo.toml

-13
This file was deleted.

crates/lint_proc_macro/src/lib.rs

-56
This file was deleted.

0 commit comments

Comments
 (0)