mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-07 07:45:52 +00:00
Remove attribute that does nothing
In addition, the comment attached to it seems to be wrong.
This commit is contained in:
parent
461f95bd09
commit
da4705fe74
@ -40,7 +40,6 @@ use serde::{Deserialize, Serialize};
|
|||||||
#[derive(Clone, Debug, PartialEq)]
|
#[derive(Clone, Debug, PartialEq)]
|
||||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[allow(improper_ctypes)] // Box isn't FFI-safe
|
|
||||||
pub enum Shape {
|
pub enum Shape {
|
||||||
/// A group of two 3-dimensional shapes
|
/// A group of two 3-dimensional shapes
|
||||||
Group(Box<Group>),
|
Group(Box<Group>),
|
||||||
|
Loading…
Reference in New Issue
Block a user