Skip to content

Commit

Permalink
Use std::marker::PhantomData instead of core::marker::PhantomData
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveint committed Sep 20, 2023
1 parent 5bf932a commit ab005b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chorus_lib/src/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ macro_rules! transport_config {

$crate::transport::TransportConfig::<$crate::LocationSet!($choreography_loc, $( $loc ),*), _, _, _> {
info: config,
location_set: core::marker::PhantomData,
location_set: std::marker::PhantomData,
target_info: ($choreography_loc, $choreography_val),
}
}
Expand Down

0 comments on commit ab005b2

Please sign in to comment.