aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-02-12 13:01:44 +0000
committerGitHub <[email protected]>2021-02-12 13:01:44 +0000
commita044ac980cca07913e64a7c5fab53f7fe7cecb81 (patch)
treec60c1c473f31811b0dec6a33b7b3a73c734343ab /crates
parente0fc2af1184bed5af0a74276c261c79f685fa5d7 (diff)
parent61092bd900bc2f117ecf436c182eeec57072a1df (diff)
parentf18fc5a0aeb9c413ecdd99865e666d9228b31aac (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]>