File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -332,9 +332,9 @@ where
332
332
} )
333
333
}
334
334
335
- /// A type which filters env vars with a prefix for use as serde field inputs
335
+ /// A type which filters env vars with a prefix for use as serde field inputs.
336
336
///
337
- /// These types are created with with the [prefixed](fn.prefixed.html) module function
337
+ /// These types are created with the [prefixed](fn.prefixed.html) module function.
338
338
pub struct Prefixed < ' a > ( Cow < ' a , str > ) ;
339
339
340
340
impl < ' a > Prefixed < ' a > {
@@ -400,9 +400,9 @@ where
400
400
Prefixed ( prefix. into ( ) )
401
401
}
402
402
403
- /// A type which keeps the serde field names
403
+ /// A type which keeps the serde field names.
404
404
///
405
- /// These types are created with with the [keep_names](fn.keep_names.html) module function
405
+ /// These types are created with the [keep_names](fn.keep_names.html) module function.
406
406
pub struct KeepNames ;
407
407
408
408
impl KeepNames {
You can’t perform that action at this time.
0 commit comments