diff options
author | Aleksey Kladov <[email protected]> | 2020-08-12 15:32:36 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-12 15:35:29 +0100 |
commit | 208b7bd7ba687fb570feb1b89219f14c63712ce8 (patch) | |
tree | c39749d1b71b73b4017c2d0d848ebdc85e570c39 /xtask | |
parent | 98baa9b569b49162392ed4149dd435854fe941b8 (diff) |
Rename ra_prof -> profile
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 4ff72865e..7384205db 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -197,7 +197,7 @@ impl TidyDocs { | |||
197 | "ra_ide", | 197 | "ra_ide", |
198 | "ra_mbe", | 198 | "ra_mbe", |
199 | "ra_parser", | 199 | "ra_parser", |
200 | "ra_prof", | 200 | "profile", |
201 | "ra_project_model", | 201 | "ra_project_model", |
202 | "ra_syntax", | 202 | "ra_syntax", |
203 | "ra_tt", | 203 | "ra_tt", |