macro_rules! create_runtime_str {
    ( $y:expr ) => { ... };
}๐Deprecated: Use Cow::Borrowed() instead of create_runtime_str!()
Expand description
Deprecated Cow::Borrowed() wrapper.
macro_rules! create_runtime_str {
    ( $y:expr ) => { ... };
}Deprecated Cow::Borrowed() wrapper.