Skip to content

Commit 3258f9c

Browse files
committed
fix release
1 parent 10cd536 commit 3258f9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use std::fmt::Display;
4242

4343
use proc_macro2::{Literal, Span};
4444
#[doc(hidden)]
45-
pub use r#macro::Attribute;
45+
pub use attribute_derive_macro::Attribute;
4646
use syn::{
4747
bracketed, parse::Parse, punctuated::Punctuated, Expr, Lit, LitBool, LitByteStr, LitChar,
4848
LitFloat, LitInt, LitStr, Path, Result, Token, Type, __private::ToTokens, parse_quote,

0 commit comments

Comments
 (0)