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

Move all impl block for Path into the same file #59

Open
plafer opened this issue Jun 7, 2022 · 0 comments
Open

Move all impl block for Path into the same file #59

plafer opened this issue Jun 7, 2022 · 0 comments

Comments

@plafer
Copy link
Contributor

plafer commented Jun 7, 2022

Currently, From and TryFrom implementations for app::store::Path are found in multiple files (ibc.rs, auth.rs, etc).

All these should be moved in src/app/store/mod.rs next to the definition of Path, as it makes it easier to know how Path can be used by having all its trait implementations in one place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant