Skip to content

Commit

Permalink
Fix trait ident
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Aug 25, 2023
1 parent fb48201 commit eeeb139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/turbo-tasks-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ impl<'a> RegisterContext<'a> {
self.add_value_trait(
ident,
&get_type_ident(&parse_quote! {
turbo_tasks::default::ValueDefault
turbo_tasks::ValueDefault
})
.unwrap(),
);
Expand Down Expand Up @@ -488,7 +488,7 @@ impl<'a> RegisterContext<'a> {
self.register_impl(
ident,
&get_type_ident(&parse_quote! {
turbo_tasks::default::ValueDefault
turbo_tasks::ValueDefault
})
.unwrap(),
&["value_default"],
Expand Down

0 comments on commit eeeb139

Please sign in to comment.