formatting

This commit is contained in:
2020-05-04 19:36:23 +02:00
parent d30589c5ad
commit d6f2d44eaf
4 changed files with 12 additions and 10 deletions

View File

@ -3,7 +3,8 @@
## Language specific
- Rust doesn't use the 'new' keyword
- Classes in Rust require all attributes to be defined at all times, so you have to define all the data on creation.
- Classes in Rust require all attributes to be defined at all times, so you have
to define all the data on creation.
Relevant Files