diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-12 13:01:44 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-12 13:01:44 +0000 |
commit | a044ac980cca07913e64a7c5fab53f7fe7cecb81 (patch) | |
tree | c60c1c473f31811b0dec6a33b7b3a73c734343ab /.github/workflows/ci.yaml | |
parent | e0fc2af1184bed5af0a74276c261c79f685fa5d7 (diff) | |
parent | 61092bd900bc2f117ecf436c182eeec57072a1df (diff) | |
parent | f18fc5a0aeb9c413ecdd99865e666d9228b31aac (diff) |
Merge #7638 #7648
7638: libloading 0.7 r=kjeremy a=kjeremy
See https://docs.rs/libloading/0.7.0/libloading/changelog/r0_7_0/index.html
7648: fix nightly warning `legacy_derive_helpers` r=lnicola a=peddermaster2
With a recent nightly (e.g. 2021-02-10) a warning comes up. This PR reorders the attributes to fix the warning.
See https://github.com/rust-lang/rust/issues/79202
Co-authored-by: kjeremy <[email protected]>
Co-authored-by: Peter Wischer <[email protected]>