Skip to content

Commit fae4d5d

Browse files
committed
Documents iter::Iter::load [minor]
1 parent 50c56a6 commit fae4d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotenv/src/iter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ impl<R: Read> Iter<R> {
2121
}
2222
}
2323

24+
/// Loads all variables found in the `reader` into the environment.
2425
pub fn load(self) -> Result<()> {
2526
for item in self {
2627
let (key, value) = item?;

0 commit comments

Comments
 (0)