We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b3e2ca + 3bef62c commit 3191fb1Copy full SHA for 3191fb1
1 file changed
src/lib.rs
@@ -69,7 +69,7 @@ pub struct Metadata {
69
#[macro_export]
70
macro_rules! metadata {
71
() => {
72
- Metadata {
+ $crate::Metadata {
73
version: env!("CARGO_PKG_VERSION").into(),
74
name: env!("CARGO_PKG_NAME").into(),
75
authors: env!("CARGO_PKG_AUTHORS").replace(":", ", ").into(),
0 commit comments