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

0.4: Expand glob imports #335

Merged
merged 8 commits into from
Dec 26, 2021
Merged

0.4: Expand glob imports #335

merged 8 commits into from
Dec 26, 2021

Commits on Dec 26, 2021

  1. Expand glob imports

    taiki-e committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    755e573 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    See 724d68f, eb5dec3, and 9441b0d for more.
    taiki-e committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    1c40555 View commit details
    Browse the repository at this point in the history
  3. Fix CI failure on Rust 1.34

    taiki-e committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    dfde656 View commit details
    Browse the repository at this point in the history
  4. Remove CODEOWNERS

    taiki-e committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    29caed8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff668f9 View commit details
    Browse the repository at this point in the history
  6. Fix forbidden_lint_groups warning

    ```text
    warning: warn(unaligned_references) incompatible with previous forbid
      --> tests/lint.rs:20:5
       |
    4  | #![forbid(future_incompatible, rust_2018_compatibility)]
       |           ------------------- `forbid` level set here
    ...
    20 |     unaligned_references,
       |     ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
    ```
    taiki-e committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    3b2e88c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c511a12 View commit details
    Browse the repository at this point in the history
  8. Release 0.4.29

    taiki-e committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    1cb267f View commit details
    Browse the repository at this point in the history