mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Justify the three clippy lints that must stand
This commit is contained in:
@@ -547,6 +547,8 @@ pub(crate) struct ItemShape {
|
||||
pub(crate) attrs: Vec<LevelAttr>,
|
||||
}
|
||||
|
||||
// Macro IR built once per node at expansion time, so the variant spread costs nothing at runtime.
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub(crate) enum Element {
|
||||
Concrete(Type),
|
||||
/// Indexes [`Node::generics`].
|
||||
|
||||
Reference in New Issue
Block a user