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

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

  • Loading branch information
nical authored and moz-gfx committed Jan 10, 2020
commit ce222b21989fc0ccb3301d42332b4d942f381445
@@ -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.