Use correct rustfmt for codegen

closes #1569
This commit is contained in:
Aleksey Kladov 2020-01-10 11:23:11 +01:00
parent b77a7e29a5
commit fd394ff424
4 changed files with 32 additions and 35 deletions

View file

@ -102,7 +102,7 @@ r#####"
buf.push_str(&test)
}
let buf = codegen::reformat(buf)?;
let buf = crate::reformat(buf)?;
codegen::update(&project_root().join(codegen::ASSISTS_TESTS), &buf, mode)
}