Skip to content

Commit aa4bf33

Browse files
committed
no more workspace
1 parent c521ce1 commit aa4bf33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ name = "fetch-fsm"
8484
[[example]]
8585
name = "fetch-stream"
8686

87-
[workspace.lints.rust]
87+
[lints.rust]
8888
missing_debug_implementations = "warn"
8989

9090
# We use this --cfg for documenting the cargo features on which an API
@@ -97,5 +97,5 @@ missing_debug_implementations = "warn"
9797
# feature(doc_cfg))]` in the crate.
9898
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)"] }
9999

100-
[workspace.lints.clippy]
100+
[lints.clippy]
101101
unused-async = "warn"

0 commit comments

Comments
 (0)