X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/ecb4c450602c46b3d66e641a22c54c3903b66187..f9303efcec5191d2769c0678251d0d234cde27ff:/src/any.rs diff --git a/src/any.rs b/src/any.rs index 5b5e6e6..93130e0 100644 --- a/src/any.rs +++ b/src/any.rs @@ -88,10 +88,10 @@ macro_rules! impl_clone { } } -#[cfg(feature = "nightly")] +#[cfg(feature = "unstable")] use std::raw::TraitObject; -#[cfg(not(feature = "nightly"))] +#[cfg(not(feature = "unstable"))] #[repr(C)] #[allow(raw_pointer_derive)] #[derive(Copy, Clone)]