Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration_generated.md')
| -rw-r--r-- | docs/book/src/configuration_generated.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/configuration_generated.md b/docs/book/src/configuration_generated.md index f0da2bdd86..fe1ea57c9b 100644 --- a/docs/book/src/configuration_generated.md +++ b/docs/book/src/configuration_generated.md @@ -1630,7 +1630,7 @@ Similarly, the JSON representation of `DiscoverArgument::Buildfile` is: `DiscoverArgument::Path` is used to find and generate a `rust-project.json`, and therefore, a workspace, whereas `DiscoverArgument::buildfile` is used to to update an existing workspace. As a reference for implementors, buck2's `rust-project` will likely -be useful: https://github.com/facebook/buck2/tree/main/integrations/rust-project. +be useful: <https://github.com/facebook/buck2/tree/main/integrations/rust-project>. ## rust-analyzer.workspace.symbol.search.excludeImports {#workspace.symbol.search.excludeImports} |