From 41510f437e87e013f2015bed1a964163c6d3f1ff Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 17 May 2021 18:37:06 +0300 Subject: minor: adjust config name --- docs/dev/style.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/dev') diff --git a/docs/dev/style.md b/docs/dev/style.md index f22b69768..96dd684b3 100644 --- a/docs/dev/style.md +++ b/docs/dev/style.md @@ -791,13 +791,14 @@ Many names in rust-analyzer conflict with keywords. We use mangled names instead of `r#ident` syntax: ``` -struct -> strukt crate -> krate -impl -> imp -trait -> trait_ -fn -> func enum -> enum_ +fn -> func +impl -> imp mod -> module +struct -> strukt +trait -> trait_ +type -> ty ``` **Rationale:** consistency. -- cgit v1.2.3