From 4c3025d9e54ec3268ef89ec0ba08bd0077726b25 Mon Sep 17 00:00:00 2001 From: Marco A L Barbosa Date: Tue, 24 Jan 2017 18:02:11 -0200 Subject: [PATCH] Add testing in description of Development tools Searching (in the browser) for testing in https://crates.io/categories/ does not find anything. Adding testing in the description of "Development tools" helps find the "Development tools/Testing" subcategory. --- src/categories.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/categories.toml b/src/categories.toml index dcf983ce3e7..85c6eac0486 100644 --- a/src/categories.toml +++ b/src/categories.toml @@ -123,8 +123,8 @@ dimension.\ [development-tools] name = "Development tools" description = """ -Crates that provide developer-facing features such as debugging, linting, \ -performance profiling, autocompletion, formatting, and more.\ +Crates that provide developer-facing features such as testing, debugging, \ +linting, performance profiling, autocompletion, formatting, and more.\ """ [development-tools.categories.cargo-plugins]