-
Notifications
You must be signed in to change notification settings - Fork 180
Refactoring Of Dependency usage #387
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
Conversation
|
I personally prefer the style that you've migrated to in this PR, but I think this kind of change needs to be discussed in the working group before moving forward. I'll bring this up at the next meeting which is this coming Monday. If the working group approves of this style, then I think this PR should be updated to add a |
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
* Action: Applied code formatting * Details: * Used cargo fmt to format Rust source code. * Introduced a .rustfmt.toml file to configure and enforce consistent formatting on future changes.
I just tidied up the imports a little. I have also built and tested everything with the changes. No problems.