Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update yasg.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard70NL committed Apr 15, 2019
1 parent 5fa3a83 commit 360e38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/yasg.rs
Expand Up @@ -46,6 +46,7 @@ impl YasgFile {

pub fn parse(path: &PathBuf) -> YasgFile {
let mut yf = YasgFile::new();
yf.path = path.clone();

let f = File::open(path).unwrap();
let reader = BufReader::new(f);
Expand Down

0 comments on commit 360e38a

Please sign in to comment.