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

rustfmt: Run on util/* (2/2) #3323

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    215552d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a316ef View commit details
    Browse the repository at this point in the history
  3. rustfmt: Run on util/ser.rs

    tnull committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c43d7b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bdb42a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7287e65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90fdbf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a21e715 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ad575e View commit details
    Browse the repository at this point in the history
  9. rustfmt: Prepare util/test_utils.rs

    .. we pull out `Mutex` field initialization into dedicated variables as
    they might otherwise land on the same line when formatting, which might
    lead to lockorder violation false-positives when compiled with the
    `backtrace` feature.
    tnull committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    44b5255 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2701b35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11c9d35 View commit details
    Browse the repository at this point in the history
  12. rustfmt: Run on util/time.rs

    tnull committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9e43ec5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0f4c1dd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c67ed8a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b3f310 View commit details
    Browse the repository at this point in the history
  16. rustfmt: Run on util/wakers.rs

    tnull committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9dcc1fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    734e60c View commit details
    Browse the repository at this point in the history
  18. rustfmt: Run on util/mod.rs

    tnull committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4109d31 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    014fc25 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    449a0d6 View commit details
    Browse the repository at this point in the history