diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-01-10 11:23:11 +0100 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-01-10 11:23:43 +0100 |
| commit | fd394ff424a8abde35f24643dfabbd5bd3f2f43c (patch) | |
| tree | 23071b83610a2d0b61ffcb606f83c3e95a2809bd /xtask/src/codegen/gen_assists_docs.rs | |
| parent | b77a7e29a5b345a5dcdf427a0b332630147bcd5b (diff) | |
| download | rust-fd394ff424a8abde35f24643dfabbd5bd3f2f43c.tar.gz rust-fd394ff424a8abde35f24643dfabbd5bd3f2f43c.zip | |
Use correct rustfmt for codegen
closes #1569
Diffstat (limited to 'xtask/src/codegen/gen_assists_docs.rs')
| -rw-r--r-- | xtask/src/codegen/gen_assists_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen/gen_assists_docs.rs b/xtask/src/codegen/gen_assists_docs.rs index 05afda8f111..69f9b487288 100644 --- a/xtask/src/codegen/gen_assists_docs.rs +++ b/xtask/src/codegen/gen_assists_docs.rs @@ -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) } |
