Skip to content

Commit

Permalink
Fix rust-analyzer by not using rust libtest harness
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jul 8, 2024
1 parent ff086e7 commit 9008dfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ build = "build/build.rs"
documentation = "https://docs.esp-rs.org/esp-idf-sys/"
rust-version = "1.66"

[lib]
harness = false

[features]
default = ["std", "binstart"]

Expand Down

0 comments on commit 9008dfb

Please sign in to comment.