List Question
20 TechQA 2023-09-21T15:08:00.443000Is there a tool to convert original trait bounds to where clauses?
83 views
Asked by big_gie
How can one make rustfmt allow iterator adapaters on separate lines?
267 views
Asked by Darkenor
Does Rustfmt have an option to make types explicit?
152 views
Asked by ZakiMa
Pretty printing data structures in a more compact format?
190 views
Asked by AudioBubble
Rust fmt configuration for vertical chaining
329 views
Asked by ripbozo
Why do I get 'unstable features are only available in nightly channel' when running rustfmt?
2.5k views
Asked by Russo
Format multi-line string literal arguments without extra lines
923 views
Asked by Reinis Mazeiks
How can I auto-format Rust (and C++) code on commit automatically?
934 views
Asked by Kirill Lykov
Is it possible to use rustfmt to format just the imports?
2.2k views
Asked by rodrigocfd
How to configure rustfmt in the bazel rule_rust?
198 views
Asked by user15947435
Control macro usage formatting in Rustfmt
318 views
Asked by Pasindu Muthukuda
Use nightly rustfmt with stable compiler in CLion
1k views
Asked by Christian Ivicevic
VSCode Rust add semicolon on save
2.3k views
Asked by Aritra Dattagupta
How can I switch off rustfmt for a region of code instead of a single item?
16.6k views
Asked by skgbanga
How to pretty print Syn AST?
3.2k views
Asked by Mr.Smithyyy
Unknown configuration option `group_imports` for rustfmt
690 views
Asked by Ted Klein Bergman
Is there a way to prevent formatting of else { trivial expression }
483 views
Asked by Ingo
Providing location to Cargo.toml for fmt pre-commit hook
1.1k views
Asked by dzieciou
How can I format a string like this?
2.4k views
Asked by Fiono
Execute rustfmt on file save in IntelliJ or CLion
4.1k views
Asked by bit2pixel