Skip to content

Commit

Permalink
Fix custom type self replacement test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Jul 9, 2024
1 parent fa1c723 commit 8ac4e52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ mod tests {

assert_eq!(
quote::quote!(#ty_to_replace).to_string(),
quote::quote!(User<'a, 'b, U, V>).to_string()
quote::quote!(User<'a, 'b, U, T , >).to_string()
);
}
}

0 comments on commit 8ac4e52

Please sign in to comment.