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

Update to more recent Rust #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Sep 27, 2021

  1. Update to more recent Rust

    ## replace proc_macro_hack with proc_macro
    
    This allows nested macro executions (and therefore allows macros in other
    crates to abstract the gen macros).
    
    ## add rust-toolchain with nightly toolchain
    
    Otherwise, `cargo check --all-features` fails, because it attempts to
    enable the nightly feature and fails on stable.
    
    ## fix a few lints
    
    Similarly, `cargo check --all-features` enables `feature = "strict"`,
    which turns the warnings into hard errors. I'm not sure if they were
    present a year ago (and ignored), but they fail the build today with
    `--all-features`.
    wycats committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e03071a View commit details
    Browse the repository at this point in the history