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

Addresses a clippy lint.

Differential Revision: https://phabricator.services.mozilla.com/D59113

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicolas Silva 2020-01-10 10:11:56 +00:00
Родитель b80f316e1c
Коммит 8dffbee87f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;