Skip to content

Commit

Permalink
fix missing rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Sep 22, 2024
1 parent 2695485 commit 86864f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/repofile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macro_rules! impl_repoid {
/// Generate newtypes for `Id`s identifying Repository files implementing `RepoFile`
macro_rules! impl_repofile {
($a:ident, $b: expr, $c: ty) => {
$crate::new_repoid!($a, $b);
$crate::impl_repoid!($a, $b);
impl RepoFile for $c {
const TYPE: FileType = $b;
type Id = $a;
Expand Down

0 comments on commit 86864f7

Please sign in to comment.