Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Delaere committed Mar 5, 2018
1 parent c9b8280 commit 8fdd85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ fn get_default_version(modulepath: &str, modulename: &str) -> bool {
};

let file = BufReader::new(file);
// if there are multiple entries in .version, the last one counts
for (_, line) in file.lines().enumerate() {
buffer = line.unwrap();
}
Expand Down

0 comments on commit 8fdd85a

Please sign in to comment.