From 4663697e98a1887c28e685dc82378f5a565c5b31 Mon Sep 17 00:00:00 2001 From: Shun Kashiwa Date: Mon, 2 Oct 2023 12:40:00 -0700 Subject: [PATCH] fix import path --- chorus_book/src/guide-transport.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chorus_book/src/guide-transport.md b/chorus_book/src/guide-transport.md index 28ceee3..aceab44 100644 --- a/chorus_book/src/guide-transport.md +++ b/chorus_book/src/guide-transport.md @@ -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;