Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: d82b78bf51b2
Choose a base ref
...
head repository: NixOS/nix
compare: 94c934370225
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 10, 2020

  1. Remove macro_use

    As of Rust 2018, macro_use is no longer required in most circumstances.
    I think it is generally a good idea to remove these when not needed, to
    stop them from polluting the crate's global namespace.
    https://doc.rust-lang.org/edition-guide/rust-2018/macros/macro-changes.html#macro_rules-style-macros
    curiousleo committed Feb 10, 2020
    Copy the full SHA
    1b56de8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3350 from curiousleo/no-macro-use

    Remove #[macro_use]
    edolstra committed Feb 10, 2020
    Copy the full SHA
    94c9343 View commit details
    Browse the repository at this point in the history