Rust (programming language): Difference between revisions

Content deleted Content added
Types and polymorphism: formatting error
Line 152:
=== Rustfmt ===
Rustfmt is a [[code formatter]] for Rust. It takes Rust source code as input and changes the whitespace and [[Indentation style|indentation]] to produce formatted code in accordance to the Rust [[Programming style|style guide]] or rules specified in a rustfmt.toml file. Rustfmt can be invoked as a standalone program or on a Rust project through Cargo. <ref>{{Cite web|title=rust-dev-tools/fmt-rfcs|url=https://github.com/rust-dev-tools/fmt-rfcs|access-date=2021-09-21|website=GitHub|language=en}}</ref><ref>{{cite web |title=rustfmt |url=https://github.com/rust-lang/rustfmt |website=GitHub |access-date=May 19, 2021}}</ref>
 
 
=== Clippy ===