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 42 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    95fd1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb213f View commit details
    Browse the repository at this point in the history
  3. rustfmt: Run on util/base32.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8e2c0e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ece7aab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e50630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cb979d View commit details
    Browse the repository at this point in the history
  7. rustfmt: Run on util/config.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fff097a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    719d147 View commit details
    Browse the repository at this point in the history
  9. rustfmt: Run on util/errors.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    32b55bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b36273 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8fb3c3f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9bae0e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f26001f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea22956 View commit details
    Browse the repository at this point in the history
  15. rustfmt: Run on util/logger.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9c6c9ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7d6dc78 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7753645 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd28ad0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c1495ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    873b35a View commit details
    Browse the repository at this point in the history
  21. rustfmt: Run on util/persist.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7e276f2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d68a484 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9082139 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b8a0c99 View commit details
    Browse the repository at this point in the history
  25. rustfmt: Run on util/ser.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1f44996 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8fccea9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1b8cc42 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    215b1a4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5250dc5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9039f67 View commit details
    Browse the repository at this point in the history
  31. 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 Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ab6e410 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    da540bc View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b746473 View commit details
    Browse the repository at this point in the history
  34. rustfmt: Run on util/time.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1c5494a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5a3733f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    12b1124 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9664e44 View commit details
    Browse the repository at this point in the history
  38. rustfmt: Run on util/wakers.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    074814f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    72a4f2f View commit details
    Browse the repository at this point in the history
  40. rustfmt: Run on util/mod.rs

    tnull committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c1abc4a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    51351c6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e2dcdc7 View commit details
    Browse the repository at this point in the history