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 #3826

Merged
merged 11 commits into from Jan 9, 2020

Bug 1607697 - Allow excessive precision in debug color constants. r=G…

  • Loading branch information
nical authored and moz-gfx committed Jan 8, 2020
commit d759ebdf31de5041e0398141302978817ed9995e
@@ -3,6 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#![allow(dead_code)]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::excessive_precision))]

use api::ColorF;

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.