Skip to content

Commit cdac4a9

Browse files
committed
fix: remove workspace lints from Cargo manifests of fuzz-projects.
They are not part of the parent workspace.
1 parent 5e783de commit cdac4a9

File tree

11 files changed

+0
-22
lines changed

11 files changed

+0
-22
lines changed

gix-attributes/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-attributes-fuzz"
53
version = "0.0.0"

gix-commitgraph/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-commitgraph-fuzz"
53
version = "0.0.0"

gix-config-value/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-config-value-fuzz"
53
version = "0.0.0"

gix-config/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-config-fuzz"
53
version = "0.0.0"

gix-date/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-date-fuzz"
53
version = "0.0.0"

gix-object/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-object-fuzz"
53
version = "0.0.0"

gix-pathspec/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-pathspec-fuzz"
53
version = "0.0.0"

gix-ref/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-ref-fuzz"
53
version = "0.0.0"

gix-refspec/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-refspec-fuzz"
53
version = "0.0.0"

gix-revision/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-revision-fuzz"
53
version = "0.0.0"

gix-url/fuzz/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
lints.workspace = true
2-
31
[package]
42
name = "gix-url-fuzz"
53
version = "0.0.0"

0 commit comments

Comments
 (0)