Skip to content

Commit

Permalink
feat: fix macro
Browse files Browse the repository at this point in the history
  • Loading branch information
JakkuSakura committed May 20, 2024
1 parent f849b78 commit 900dfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worktable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ macro_rules! field {
$index: expr, $f: ident: $ty: ty, $name: expr $(, primary = $indexed: expr)?
) => {
pub struct $f;
impl WorkTableField for $f {
impl $crate::worktable::WorkTableField for $f {
type Type = $ty;
const INDEX: usize = $index;
const NAME: &'static str = $name;
Expand Down

0 comments on commit 900dfb1

Please sign in to comment.