@@ -94,12 +94,12 @@ impl<Octs: Octets> AsRef<[u8]> for UpdateMessage<Octs> {
94
94
/// To accommodate for these hassles, the following methods are provided:
95
95
///
96
96
/// * [`nlris()`][`UpdateMessage::nlris`] and
97
- /// [`withdrawals()`][`UpdateMessage::withdrawals`],
98
- /// providing iterators over announced and withdrawn prefixes ;
97
+ /// [`withdrawals()`][`UpdateMessage::withdrawals`],
98
+ /// providing iterators over announced and withdrawn prefixes ;
99
99
/// * [`next_hop()`][`UpdateMessage::next_hop`], returning the [`NextHop`] ;
100
100
/// * [`all_communities()`][`UpdateMessage::all_communities`], returning an
101
- /// optional `Vec` containing all conventional, Extended and Large
102
- /// Communities, wrapped in the [`Community`] enum.
101
+ /// optional `Vec` containing all conventional, Extended and Large
102
+ /// Communities, wrapped in the [`Community`] enum.
103
103
///
104
104
/// For the mandatory path attributes, we have:
105
105
///
@@ -1154,12 +1154,12 @@ impl Default for PduParseInfo {
1154
1154
/// and non AddPath enabled withdrawals, this struct holds booleans for all
1155
1155
/// three sections where AddPath PathIds might or might not occur:
1156
1156
///
1157
- /// * the conventional IPv4 Unicast sections in the PDU, which are either
1158
- /// both AddPath enabled or not, and,
1157
+ /// * the conventional IPv4 Unicast sections in the PDU, which are either
1158
+ /// both AddPath enabled or not, and,
1159
1159
///
1160
1160
/// * the MP_REACH and MP_UNREACH path attributes, which might carry NLRI for
1161
- /// different address families and (thus) might differ in being AddPath
1162
- /// enabled or not.
1161
+ /// different address families and (thus) might differ in being AddPath
1162
+ /// enabled or not.
1163
1163
#[ derive( Copy , Clone , Default , Debug , Eq , Hash , Ord , PartialEq , PartialOrd ) ]
1164
1164
#[ cfg_attr( feature = "arbitrary" , derive( arbitrary:: Arbitrary ) ) ]
1165
1165
#[ cfg_attr( feature = "serde" , derive( serde:: Serialize ) ) ]
0 commit comments