This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a "error[E0659]: `PSTATE` is ambiguous (glob import vs glob import in the same module)" error I ran into. The old build scripts used to copy "local_state.rs" into the src directory for every tool. I see that all the tools in the examples directory have stopped doing that. And sure enough, once I updated my tool to do the same, it fixed this particular error. But we should still get rid of the duplicate import.
- Loading branch information