Skip to content

Commit

Permalink
fix logging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k authored and Andrey Kutejko committed Aug 11, 2020
1 parent 124346a commit 18e1606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive_builder/build/skeptic.rs
Expand Up @@ -62,7 +62,7 @@ use std::io::{Write, Read};
const DOC_TPL_DIR: &'static str = "src/doc_tpl/";
const DOC_TPL_OUT_DIR: &'static str = "doc_tpl/";

fn generate_doc_tpl_tests() -> Result<Vec<String>, Box<Error>> {
fn generate_doc_tpl_tests() -> Result<Vec<String>, Box<dyn Error>> {
trace!("Generating doc template tests");
let root_dir = PathBuf::from(env::var("CARGO_MANIFEST_DIR")?);
let mut tpl_dir = root_dir;
Expand Down

0 comments on commit 18e1606

Please sign in to comment.