Files
hemx/compat/paste/src/lib.rs
T
2026-07-14 09:44:19 +02:00

7 lines
188 B
Rust

#![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;