Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dx check fail because it check every crate at the .cargo folder #3751

Open
LuckyTurtleDev opened this issue Feb 16, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@LuckyTurtleDev
Copy link

Problem

My $CARGO_HOME is set to the project dir + .cargo.
Dx check also this folder and fail.
Steps To Reproduce

Steps to reproduce the behavior:

  • set $CARGO_HOMEto prosect dir +.cargo`
  • depend at thiserror-impl-1.0.69
  • execute dx check

Expected behavior
Do only check the file which are included in the rust src and ignore dependencies.

Screenshots

Environment:

  • Dioxus version: dioxus 0.6.3 (was built without git repository)
  • Rust version: rustc 1.84.1 (e71f9a9a9 2025-01-27)
  • OS info: arch linux
  • App platform: web

Questionnaire

@LuckyTurtleDev LuckyTurtleDev added the bug Something isn't working label Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant