diff options
| author | Jade <software@lfcode.ca> | 2021-06-14 00:38:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-14 00:38:28 -0700 |
| commit | e23cfeac7114caaf5fa222c16d11e4f49413a91b (patch) | |
| tree | cbfaace88ad11fae932e4454a658fc86f2c4b3bf /docs/dev | |
| parent | 5a8ddb4b2d62f6a56f867ff2daafef6a2b15f00f (diff) | |
| download | rust-e23cfeac7114caaf5fa222c16d11e4f49413a91b.tar.gz rust-e23cfeac7114caaf5fa222c16d11e4f49413a91b.zip | |
Fix typo in env-var quoting
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 3de1b99a571..721c555ab63 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -428,7 +428,7 @@ Rather than spawning futures or scheduling callbacks (open), the event loop acce It's easy to see all the things that trigger rust-analyzer processing, together with their performance rust-analyzer includes a simple hierarchical profiler (`hprof`). -It is enabled with `RA_PROFILE='*>50` env var (log all (`*`) actions which take more than `50` ms) and produces output like: +It is enabled with `RA_PROFILE='*>50'` env var (log all (`*`) actions which take more than `50` ms) and produces output like: ``` 85ms - handle_completion |
