Skip to content

Commit 42ea6e4

Browse files
committed
Removed comment.
1 parent c66d7e1 commit 42ea6e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/swimos_agent_protocol/src/model.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ pub enum MapOperation<K, V> {
7878

7979
/// Representation of map lane messages (used to form the body of Recon messages when operating)
8080
/// on downlinks. This extends [`MapOperation`] with `Take` (retain the first `n` items) and `Drop`
81-
/// (remove the first `n` items). We never use these internally but must support them for communicating
82-
/// with other implementations.
81+
/// (remove the first `n` items).
8382
#[derive(Copy, Clone, Debug, PartialEq, Eq, Form, Hash)]
8483
pub enum MapMessage<K, V> {
8584
/// Update the value associated with a key in the map (or insert an entry if they key does not exist).

0 commit comments

Comments
 (0)