File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ pub struct EcKdf<'a> {
82
82
shared_data : Option < & ' a [ u8 ] > ,
83
83
}
84
84
85
- impl < ' a > EcKdf < ' a > {
85
+ impl EcKdf < ' _ > {
86
86
/// The null transformation. The derived key value is produced by
87
87
/// taking bytes from the left of the agreed value. The new key
88
88
/// size is limited to the size of the agreed value.
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ impl<'a> ObjectHandleIterator<'a> {
138
138
// and index to cache_size. That allows to jump directly to the C_FindObjects call
139
139
// and start filling the cache.
140
140
141
- impl < ' a > Iterator for ObjectHandleIterator < ' a > {
141
+ impl Iterator for ObjectHandleIterator < ' _ > {
142
142
type Item = Result < ObjectHandle > ;
143
143
144
144
fn next ( & mut self ) -> Option < Self :: Item > {
@@ -272,7 +272,7 @@ impl Session {
272
272
/// # See also
273
273
///
274
274
/// * [`Session::iter_objects`] for a way to specify the cache size
275
-
275
+ ///
276
276
/// # Example
277
277
///
278
278
/// ```rust
You can’t perform that action at this time.
0 commit comments