7 lines
188 B
Rust
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;
|