summaryrefslogtreecommitdiff
path: root/src/unistd.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-04-12 18:42:56 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-04-12 18:42:56 +0000
commit54fb2cf3ee949586a52e79fec4a6c7203232b2f5 (patch)
tree9ceb7b3760baa80cb39cfe5021ba6437869b57a3 /src/unistd.rs
parent179bcb5625af410efa934773b1476124fd597767 (diff)
parent8c9ac5a703486ab35e0f119af4dd5e2dc8cc00f5 (diff)
downloadnix-54fb2cf3ee949586a52e79fec4a6c7203232b2f5.zip
Merge #1041
1041: allow importing macros without helpers in the 2018 edition r=asomers a=euclio ~This PR adds the `$crate::` prefix to all uses of helper macros, which will allow users of the 2018 edition to import the macros without needing to also import their helpers.~ See https://doc.rust-lang.org/edition-guide/rust-2018/macros/macro-changes.html#macros-with-crate-prefix for more info. ~While this is a cleaner solution than using `#[macro_export(local_inner_macros)]`, it also requires bumping the minimum supported compiler version to 1.30. If this is acceptable, I'll add a commit to update the Travis configuration and docs.~ This PR now uses `local_inner_macros` to preserve compatibility with the current minimum Rust version. Co-authored-by: Andy Russell <arussell123@gmail.com>
Diffstat (limited to 'src/unistd.rs')
0 files changed, 0 insertions, 0 deletions