When using JetBrains tools, .idea directory is created to keep some metadata about a project. Our Cargo setup was treating this as a new project and failed building because there was no Cargo.toml inside. The solution is to exclude this directory from building.
Details
Details
- Reviewers
kamil bartek - Commits
- rCOMMa8acb1af4f12: [services] Exclude .idea project from building
Make sure that the directory is present and build the project.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I haven't used JetBrains for a while, but I'm just curious: what do you open as root project location in the IDE? Repo root or the services/ directory?