Skip to content
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
dvdplm committed Jan 7, 2021
commit 89c42b0be061f2239b239350aee9d51088a7890a
2 changes: 1 addition & 1 deletion src/ty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl From<TypeDefPhantom> for Type {
Self::new(
Path::prelude("PhantomData"),
vec![phantom.type_param],
phantom
phantom,
)
}
}
Expand Down