Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
shumbo committed Oct 2, 2023
1 parent d4f96a4 commit 4663697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chorus_book/src/guide-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ Note that when calling `epp_and_run` on a `Projector`, you will get a compile er
```rust, compile_fail
# extern crate chorus_lib;
# use chorus_lib::transport::local::{LocalTransport, LocalTransportChannelBuilder};
# use chorus_lib::core::{ChoreographyLocation, Projector, Choreography, ChoreoOp};
# use chorus_lib::{LocationSet};
# use chorus_lib::core::{ChoreographyLocation, Projector, Choreography, ChoreoOp, LocationSet};
# #[derive(ChoreographyLocation)]
# struct Alice;
Expand Down

0 comments on commit 4663697

Please sign in to comment.