#![forbid(unsafe_code)] //! Compatibility export for dependencies that still name the unmaintained //! `paste` crate. New code should depend on `pastey` directly. pub use pastey::paste;