summaryrefslogtreecommitdiffstats
path: root/ignore/src
diff options
context:
space:
mode:
authorXimin Luo <infinity0@pwned.gg>2019-11-25 10:04:27 +0000
committerAndrew Gallant <jamslam@gmail.com>2020-02-17 17:16:28 -0500
commitf8418c6a5271349d37f9e8217923c57b9613d4ab (patch)
treea0378d628b203379e291a69807caac822350b61d /ignore/src
parent040ca45ba0c84a1af24a96f40b1143713f361bf0 (diff)
explicitly declare lazy_static dependency
`benches/bench.rs` uses lazy_static but Cargo.toml does not declare a dependency on it. This causes rustc to use its own internal private copy instead. Sometimes this causes unintuitive errors like this Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942243 The underlying issue is https://github.com/rust-lang/rust#27812 but it can be avoided by explicitly declaring the dependency, which you are supposed to do anyways. Closes #1435
Diffstat (limited to 'ignore/src')
0 files changed, 0 insertions, 0 deletions