We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c942d48 commit 3bef62cCopy full SHA for 3bef62c
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