<!-- Hi there! Whether you've come to make a suggestion for a new lint, an improvement to an existing lint or to report a bug or a false positive in Clippy, you've come to the right place. For bug reports and false positives, please include the output of `cargo clippy -V` in the report. Thank you for using Clippy! Write your comment below this line: --> For some reason, some of our Travis CI builds are failing with this error since today: ``` error: extern location for serde does not exist: target/debug/deps/libserde-61a62cbc4921f441.rmeta error: aborting due to previous error ``` https://travis-ci.com/rust-lang/rust-clippy/jobs/201008591#L882 Clippy is building just fine, it's two tests depending on serde that are failing. cc #4107, #4100