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

Use fully qualified #[test] attribute path #105

Merged

Commits on Sep 28, 2022

  1. Use fully qualified #[test] attribute path

    There is no guarantee that #[test] means #[::core::prelude::v1::test],
    because some other helpers (e.g. `test-log`) encourage shadowing that
    attribute name for simplicity. Other test helpers (e.g. `test-log`,
    `tokio-macros`) avoid ambiguity by using the full attribute path.
    alanbriolat committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    21a5427 View commit details
    Browse the repository at this point in the history