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
332332 } )
333333}
334334
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.
336336///
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.
338338pub struct Prefixed < ' a > ( Cow < ' a , str > ) ;
339339
340340impl < ' a > Prefixed < ' a > {
@@ -400,9 +400,9 @@ where
400400 Prefixed ( prefix. into ( ) )
401401}
402402
403- /// A type which keeps the serde field names
403+ /// A type which keeps the serde field names.
404404///
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.
406406pub struct KeepNames ;
407407
408408impl KeepNames {
You can’t perform that action at this time.
0 commit comments