Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from mozilla-central #3828

Merged
merged 9 commits into from Jan 10, 2020
Prev

Bug 1607697 - Address servo-tidy complaint.

  • Loading branch information
nical authored and moz-gfx committed Jan 10, 2020
commit 6235bca0b8e0b3ba3b87a6585a1d351c9ffe3573
@@ -12,7 +12,8 @@
//! there.

#![cfg_attr(feature = "nightly", feature(nonzero))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp, clippy::too_many_arguments, clippy::unreadable_literal, clippy::new_without_default))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp, clippy::too_many_arguments))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal, clippy::new_without_default))]

extern crate app_units;
#[macro_use]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.