Skip to content

Commit

Permalink
Remove single usage of struct field shorthands to compile on rust 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryman authored and budziq committed Dec 25, 2017
1 parent 2d8a5c0 commit cecd457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skeptic/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ where
root_dir: PathBuf::from(cargo_manifest_dir),
out_file: out_file,
target_triple: env::var("TARGET").expect("could not get target triple"),
docs,
docs: docs,
};

run(&config);
Expand Down

0 comments on commit cecd457

Please sign in to comment.