Suppress related warnings, fix nanoid, and get the build green (#7579)

This is in preparation for adding a Linux build step to our CI.

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2024-02-08 09:32:53 -08:00 committed by GitHub
parent 8f7d7863d6
commit d4be15b2b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 18 additions and 12 deletions

View file

@ -5,8 +5,6 @@ use crate::{
use collections::{BTreeMap, FxHashSet};
use std::{fmt::Debug, iter::Peekable, slice};
// Exported to metal
pub(crate) type PointF = Point<f32>;
#[allow(non_camel_case_types, unused)]
pub(crate) type PathVertex_ScaledPixels = PathVertex<ScaledPixels>;