-
Given the following code:
```
impl IndexRanges for T
where
T: Index
+ Index
+ Index
+ Index
+ Index
+ Index,
{
}
```
rustfmt moves the `whe…
-
*content*
- [ ] let's replace buttons with IDE icons.
*design*
- [x] migrate to tachyons – not started
- [x] responsive styling pass
- [ ] include icons
- [x] fold all jetbrains products …
-
@PsichiX I was curious what you thought about using the builder-style widgets for the guide on the website. @temporalflux ran into some issues understanding the `widget!` macro along with the desire …
-
meta:
`rustc 1.30.0-nightly (2d4e34ca8 2018-09-09)`
`cargo fmt --version`: `rustfmt 0.99.4-nightly (1c40881 2018-08-27)`
`rustfmt --version`: `rustfmt 0.99.4-nightly (1c40881 2018-08-27)`
exam…
-
If I have a repo that uses rustfmt defaults, (e.g. `max_width=100`), I can run
````
cargo fmt -- --config max_width=100
cargo fmt -- --config max_width=80
cargo fmt -- --config max_width=100
`…
-
#105
https://doc.rust-lang.org/nightly/style-guide/expressions.html#binary-operations
-
Our import blocks are currently a bit messy, often using multiple groups with no clear logic, and mixing various grouping styles for importing from crates/modules. Developers likely rely on IDEs to au…
-
Right now doing a `x.py dist` roughly acts like this:
1) build tools deps // good parallelism
2) build tool // bad parallelism
3) thinlto tool // good parallelism
4) create dist artifact of the to…
-
-
currently, the `group_imports ` option only accepts `Preserve` and `StdExternalCrate`. If I want a new order like `StdCrateExternal`, it need to PR the rustfmt, make it supports this order
conside…