From da4705fe742c0913f8b77baaedfb7f987957b7e6 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 11 Oct 2022 14:36:34 +0200 Subject: [PATCH] Remove attribute that does nothing In addition, the comment attached to it seems to be wrong. --- crates/fj/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/fj/src/lib.rs b/crates/fj/src/lib.rs index 100a9b6b5..294bbb85a 100644 --- a/crates/fj/src/lib.rs +++ b/crates/fj/src/lib.rs @@ -40,7 +40,6 @@ use serde::{Deserialize, Serialize}; #[derive(Clone, Debug, PartialEq)] #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] #[repr(C)] -#[allow(improper_ctypes)] // Box isn't FFI-safe pub enum Shape { /// A group of two 3-dimensional shapes Group(Box),