Nix/nix-rust/src
Leonhard Markert 1b56de8cd1 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
2020-02-10 09:03:24 +01:00
..
store Remove macro_use 2020-02-10 09:03:24 +01:00
util Remove macro_use 2020-02-10 09:03:24 +01:00
c.rs Merge branch 'libarchive' of https://github.com/yorickvP/nix 2019-12-19 14:47:18 +01:00
error.rs StorePath::new(): Check store directory 2019-12-16 17:41:56 +01:00
lib.rs Remove macro_use 2020-02-10 09:03:24 +01:00
nar.rs Shut up warnings 2019-12-10 13:37:23 +01:00