diff --git a/common/src/typed.rs b/common/src/typed.rs index 752c8d908d..29fdd6b0e0 100644 --- a/common/src/typed.rs +++ b/common/src/typed.rs @@ -84,9 +84,6 @@ impl SynthTyped for WeakHead, Tar /// [make_case_elim!], as follows: /// /// ``` -/// # #![feature(arbitrary_enum_discriminant)] -/// # #[macro_use] extern crate veloren_common; -/// /// veloren_common::make_case_elim!( /// my_type_module, /// #[repr(u32)] @@ -97,6 +94,10 @@ impl SynthTyped for WeakHead, Tar /// /* ..., */ /// } /// ); +/// +/// # fn main() { +/// # println!("some_dummy_main"); +/// # } /// ``` /// /// This macro automatically does a few things. First, it creates the `enum` @@ -105,9 +106,6 @@ impl SynthTyped for WeakHead, Tar /// few things. In this case: /// /// ``` -/// # #![feature(arbitrary_enum_discriminant)] -/// # #[macro_use] extern crate veloren_common; -/// /// #[repr(u32)] /// #[derive(Clone, Copy)] /// pub enum MyType {