]> git.lizzy.rs Git - rust.git/commit
Make working with codegen less annoying
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 8 Mar 2021 13:35:27 +0000 (16:35 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 8 Mar 2021 18:45:06 +0000 (21:45 +0300)
commit0f6f458cc1b460076093efda903bf1a1b9062697
tree2e1db2d81bc3ab3f3a954e3ea9ce7ccffca64259
parent071dde1c1da10e3580bded99dc2d529074356536
Make working with codegen less annoying

We probably should look into removing `xtask codegen` altogether. The
test workflow works perfectly for package.json config.

There are two things preventing that:

* Lint completions are generated on demand.
* Docs are not committed to the repository.
xtask/src/codegen.rs
xtask/src/main.rs
xtask/src/tidy.rs