Skip to content

Commit 610ecc7

Browse files
committed
chore: remove unused r#id
1 parent 4b0783f commit 610ecc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frender-attr-value/src/attr_value.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ pub use attr_value as one;
1616
#[macro_export]
1717
macro_rules! attr_value_const {
1818
($($t:tt)*) => {
19-
$crate::r#attr_value::__private::r#const! {
20-
#[const_impl_mod($crate::r#attr_value::__private::const_impl)]
19+
$crate::attr_value::__private::r#const! {
20+
#[const_impl_mod($crate::attr_value::__private::const_impl)]
2121
$($t)*
2222
}
2323
};

0 commit comments

Comments
 (0)