From e04661e495cde89827d768788f123eafdbd43911 Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Tue, 14 Jan 2020 12:32:26 -0500 Subject: Fix casing --- crates/ra_assists/src/assists/move_bounds.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_assists/src/assists/move_bounds.rs') diff --git a/crates/ra_assists/src/assists/move_bounds.rs b/crates/ra_assists/src/assists/move_bounds.rs index 6e6c1d67d..355adddc3 100644 --- a/crates/ra_assists/src/assists/move_bounds.rs +++ b/crates/ra_assists/src/assists/move_bounds.rs @@ -46,7 +46,7 @@ pub(crate) fn move_bounds_to_where_clause(ctx: AssistCtx) -> O _ => return None, }; - ctx.add_assist(AssistId("move_bounds_to_where_clause"), "Move to Where Clause", |edit| { + ctx.add_assist(AssistId("move_bounds_to_where_clause"), "Move to where clause", |edit| { let new_params = type_param_list .type_params() .filter(|it| it.type_bound_list().is_some()) -- cgit v1.2.3