Skip to content

Commit 3ed7cc8

Browse files
committed
document include in bootstrap.example.toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent b4426b7 commit 3ed7cc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/building/suggested.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ include = ["cross.toml"]
5353

5454
You can also include extensions within extensions recursively.
5555

56-
**Note:** In the `include` field, the overriding logic follows a right-to-left order. Also, the outer
57-
extension/config always overrides the inner ones.
56+
**Note:** In the `include` field, the overriding logic follows a right-to-left order. For example,
57+
in `include = ["a.toml", "b.toml"]`, extension `b.toml` overrides `a.toml`. Also, parent extensions
58+
always overrides the inner ones.
5859

5960
## Configuring `rust-analyzer` for `rustc`
6061

0 commit comments

Comments
 (0)