diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-04-17 23:56:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-17 23:56:00 +0200 |
| commit | d5d9bf040680a48bed963027cc223ecd90af02d5 (patch) | |
| tree | 32047f9862e32f09befdf8499637c706fbaeae49 /src/test/rustdoc-ui/coverage/json.rs | |
| parent | b45f133a0db02356cdd3190fea72bc3c7a7d0bb9 (diff) | |
| parent | 818bef55584943a5ae1199c9c481f15df4490041 (diff) | |
| download | rust-d5d9bf040680a48bed963027cc223ecd90af02d5.tar.gz rust-d5d9bf040680a48bed963027cc223ecd90af02d5.zip | |
Rollup merge of #71167 - RalfJung:big-o, r=shepmaster
big-O notation: parenthesis for function calls, explicit multiplication I saw `O(n m log n)` in the docs and found that really hard to parse. In particular, I don't think we should use blank space as syntax for *both* multiplication and function calls, that is just confusing. This PR makes both multiplication and function calls explicit using Rust-like syntax. If you prefer, I can also leave one of them implicit, but I believe explicit is better here. While I was at it I also added backticks consistently.
Diffstat (limited to 'src/test/rustdoc-ui/coverage/json.rs')
0 files changed, 0 insertions, 0 deletions
