You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing from libraries in Noir differs from rust in that you must add a dep:: prefix to each path in the dependency. This is unnecessary since you can already tell by the crate name in the path that it is a different crate.
Happy Case
The dep:: prefix is removed.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
# Description
## Problem\*
Resolves#2307
## Summary\*
`dep::` is unnecessary to distinguish between internal and external
crates, so this PR removes it.
## Additional Context
## Documentation\*
Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
---------
Co-authored-by: Tom French <[email protected]>
Co-authored-by: Tom French <[email protected]>
Problem
Importing from libraries in Noir differs from rust in that you must add a
dep::
prefix to each path in the dependency. This is unnecessary since you can already tell by the crate name in the path that it is a different crate.Happy Case
The
dep::
prefix is removed.Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: