Skip to content

Commit

Permalink
misc: apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Sep 11, 2024
1 parent 6e84220 commit d1a250f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/src/02_development/06_style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ For member functions, use the following default rules to order them:
1. Public members before private members
2. Alphabetical order

For example:
Again, if it makes more sense to follow custom ordering, feel free to do so.

### Example

```rust
struct Foo {
Expand Down

0 comments on commit d1a250f

Please sign in to comment.