This does not compile: ``` #[derive(Debug, FromPrimitive)] pub(crate) enum Foo { A = 1, B = 2, } ``` removing `(crate)` makes it work