Skip to content

Commit e6d27ad

Browse files
committed
Fix error for cargo check --workspace --all-targets
This prevents rust-analyzer from showing an error for the panic-handler crate.
1 parent 834bacf commit e6d27ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/panic-handler/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ authors = ["Alex Crichton <[email protected]>"]
55
edition = "2021"
66
publish = false
77

8+
[lib]
9+
test = false
10+
bench = false
11+
812
[dependencies]

0 commit comments

Comments
 (0)