Skip to content

Readme: MIT + Apache 2 dual license - #4256

Closed
kud1ing wants to merge 1 commit into
rust-lang:incomingfrom
kud1ing:patch-1
Closed

Readme: MIT + Apache 2 dual license#4256
kud1ing wants to merge 1 commit into
rust-lang:incomingfrom
kud1ing:patch-1

Conversation

@kud1ing

@kud1ing kud1ing commented Dec 22, 2012

Copy link
Copy Markdown

No description provided.

@brson

brson commented Dec 28, 2012

Copy link
Copy Markdown
Contributor

Thanks!

@brson brson closed this Dec 28, 2012
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
4256: Improve formatting of analyzer status text r=flodiebold a=eminence

The old formatting had everything on 1 line, making it quite hard to read:

    requests:    1 textDocument/documentSymbol         2ms    2 textDocument/codeAction             2ms    3 rust-analyzer/inlayHints            20ms    4 textDocument/foldingRange           108ms    6 textDocument/codeLens               66ms    5 textDocument/semanticTokens/range   76ms    8 rust-analyzer/inlayHints            195ms    7 textDocument/semanticTokens         250ms    9 textDocument/semanticTokens/range   108ms


It now looks like this:

```
requests:
*   1 textDocument/documentSymbol         11ms
    2 textDocument/codeAction             15ms
    3 rust-analyzer/inlayHints            4ms
    5 textDocument/foldingRange           3ms
    4 textDocument/semanticTokens/range   45ms
    6 textDocument/codeLens               182ms
    8 rust-analyzer/inlayHints            124ms
    7 textDocument/semanticTokens         127ms
    9 textDocument/documentHighlight      2ms
   10 textDocument/codeAction             3ms
```

Co-authored-by: Andrew Chin <achin@eminence32.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants