about summary refs log tree commit diff
path: root/src/doc/style-guide
AgeCommit message (Collapse)AuthorLines
2023-04-26docs(style): add more let-else examplesCaleb Cartwright-12/+25
Co-authored-by: Michael Goulet <michael@errs.io>
2023-04-16Spelling src/docJosh Soref-2/+2
* incompatibilities * invocation * keywords * nonexistent * shakespeare * the * toolchain * transparent Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-10Fix remaining typosDaniPopes-1/+1
2023-02-10Update broken link in cargo style guidebase0x10-2/+1
Toml now uses [toml.io](https://toml.io) for released specifications and the github repo for development. Also the old link was for the 0.4 specification, while cargo uses toml_edit, which uses toml 1.0 (reference: https://github.com/toml-rs/toml/blob/main/crates/toml_edit/CHANGELOG.md#030---2021-09-13). Finally the discussion of "Bare keys" vs "Quoted keys" has moved from the `#table` section to `#keys`.
2023-02-01docs(style-guide): add rules for let-else statementsCaleb Cartwright-0/+78
2022-11-16Expand a style-guide principle: readability in plain textJosh Triplett-1/+3
2022-09-24style-guide: Fix broken linksJosh Triplett-2/+2
2022-09-24style-guide: Remove trailing spaceJosh Triplett-6/+6
2022-09-24Move style guide to rust-lang/rustJosh Triplett-0/+1995
Per [RFC 3309](https://rust-lang.github.io/rfcs/3309-style-team.html).