File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -877,7 +877,7 @@ impl<Agent: 'static> HandlerContext<Agent> {
877
877
Fail :: < T , E > :: new ( error)
878
878
}
879
879
880
- /// Attempt to open a new value lane on this agent. Note that the implementation of [`crate::AgentSpec`]
880
+ /// Attempt to open a new value lane on this agent. Note that the implementation of the underlying agent
881
881
/// used must support this.
882
882
///
883
883
/// #Arguments
@@ -896,7 +896,7 @@ impl<Agent: 'static> HandlerContext<Agent> {
896
896
OpenLane :: new ( name. to_string ( ) , WarpLaneKind :: Value , on_done)
897
897
}
898
898
899
- /// Attempt to open a new map lane on this agent. Note that the implementation of [`crate::AgentSpec`]
899
+ /// Attempt to open a new map lane on this agent. Note that the implementation of the underlying agent
900
900
/// used must support this.
901
901
///
902
902
/// #Arguments
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ pub trait SelectorFn<C> {
110
110
}
111
111
112
112
/// An [event handler](crate::event_handler::EventHandler) that attempts to open a new lane for the
113
- /// agent (note that the [ agent specification](crate::AgentSpec) must support this.)
113
+ /// agent (note that the agent specification must support this.)
114
114
pub struct OpenLane < OnDone > {
115
115
name : String ,
116
116
kind : WarpLaneKind ,
You can’t perform that action at this time.
0 commit comments