rename tools -> xtask

This commit is contained in:
Aleksey Kladov 2019-10-17 23:01:53 +03:00
parent 7b15c4f7ae
commit 5376c769f0
11 changed files with 15 additions and 22 deletions

View file

@ -1,5 +1,5 @@
// Stores definitions which must be used in multiple places
// See `cargo gen-syntax` (defined in crates/ra_tools/src/main.rs)
// See `cargo xtask codegen` (defined in xtasks/src/main.rs)
Grammar(
punct: [
(";", "SEMI"),