diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/style.md | 2 | ||||
-rw-r--r-- | docs/user/generated_config.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/style.md b/docs/dev/style.md index 58b309379..d91a9108e 100644 --- a/docs/dev/style.md +++ b/docs/dev/style.md | |||
@@ -111,7 +111,7 @@ When using multiline fixtures, use unindented raw string literals: | |||
111 | r#" | 111 | r#" |
112 | struct S { foo: i32} | 112 | struct S { foo: i32} |
113 | fn main() { | 113 | fn main() { |
114 | let <|>foo = 92; | 114 | let $0foo = 92; |
115 | S { foo } | 115 | S { foo } |
116 | } | 116 | } |
117 | "#, | 117 | "#, |
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index e45ea5c35..a76c99d1e 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -1,4 +1,4 @@ | |||
1 | [[rust-analyzer.assist.importMergeBehaviour]]rust-analyzer.assist.importMergeBehaviour (default: `"full"`):: | 1 | [[rust-analyzer.assist.importMergeBehavior]]rust-analyzer.assist.importMergeBehavior (default: `"full"`):: |
2 | The strategy to use when inserting new imports or merging imports. | 2 | The strategy to use when inserting new imports or merging imports. |
3 | [[rust-analyzer.assist.importPrefix]]rust-analyzer.assist.importPrefix (default: `"plain"`):: | 3 | [[rust-analyzer.assist.importPrefix]]rust-analyzer.assist.importPrefix (default: `"plain"`):: |
4 | The path structure for newly inserted paths to use. | 4 | The path structure for newly inserted paths to use. |