Skip to content

Commit 6063514

Browse files
committed
Documents iter::Iter::load [minor]
1 parent 84f661b commit 6063514

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)