-
The guide [recommends](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#dont-align-type-clauses) not aligning the type clauses for different variables on the same level, with the c…
-
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…
-
Given the following code:
```rust
struct Foo {
something: Option,
bar: u32,
}
fn main() {
let a = Foo {
something: Some(1),
bar: 2,
};
if let Foo { som…
-
- [ ] build & push docker:
- [x] rust pipelines (latest), ;
- build linux;
- build macOS;
- test linux;
- rustfmt linux;
- clippy linux
- [ ] custom pipeline for missing transla…
-
### Bug description
rustup not working by default.
### Steps to reproduce
```console
gitpod /workspace/wu (master) $ rustup update
info: syncing channel updates for 'stable-x86_64-unknown-linux-g…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behavior?**
Right now, Protobuf Rust bindings are generated via `build.rs` in the Cargo build pipeline.…
-
**Project description**
Hi! I know I'm early on this, but wanted to open an issue for attention and/or as a rallying point.
I am (likely very temporarily) in possession of a Yoga 7x (a Snapdrago…
-
For a struct-like macro:
```rust
macro_rules! foo {
(
foo: $foo:literal,
bar: $bar:literal,
baz: $baz:literal,
qux: $qux:literal,
quux: $quux:lite…
-
Right now rustfix fixes unused imports by removing but instead of replacing an unused import `use foo;\n` with ``, it inserts `\n`. This gets really annoying when you have a single block of imports an…
-
Now that Serde's code generation is stable and we no longer depend on Syntex, it no longer makes sense for our team to continue owning the Syntex stack.
Please let me know if you would be intereste…