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

Add get_mut for fields of spec/runtime #166

Merged
merged 2 commits into from
May 28, 2024

Commits on May 24, 2024

  1. Add get_mut for fields of spec/runtime

    Fixes youki-dev#165
    
    Signed-off-by: Alex Lyn <[email protected]>
    Apokleos committed May 24, 2024
    Configuration menu
    Copy the full SHA
    54d83eb View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Implement Display Trait instead of ToString Trait

    This ToString trait is automatically implemented for any type
    which implements the Display trait. As such, ToString shouldn’t
    be implemented directly: Display should be implemented instead,
    and you get the ToString implementation for free. With such fixing,
    It will make CI with lint-clippy happy.
    
    Fixes youki-dev#165
    
    Signed-off-by: Alex Lyn <[email protected]>
    Apokleos committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e90458f View commit details
    Browse the repository at this point in the history