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

Couple of libtest cleanups #92409

Merged
merged 4 commits into from
Jan 3, 2022
Merged

Couple of libtest cleanups #92409

merged 4 commits into from
Jan 3, 2022

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    75d8339 View commit details
    Browse the repository at this point in the history
  2. Remove #![crate_name] attribute from libtest

    The crate name is already set in Cargo.toml. The comment says there is
    some logic in the compiler that reads #![crate_name] and not
    --crate-name, but I can't find it. Removing it seems to work fine.
    bjorn3 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    1ea4810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f710bc5 View commit details
    Browse the repository at this point in the history
  4. Remove unused allow deprecated

    bjorn3 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    e015b9e View commit details
    Browse the repository at this point in the history