Formatter (#51)

Enforce consistent formatting use `dprint`
This commit is contained in:
Luca Palmieri
2024-05-24 17:00:03 +02:00
committed by GitHub
parent 537118574b
commit 99591a715e
157 changed files with 1057 additions and 1044 deletions

View File

@@ -95,7 +95,7 @@
- [`RwLock`](07_threads/12_rw_lock.md)
- [Without channels](07_threads/13_without_channels.md)
- [`Sync` trait](07_threads/14_sync.md)
- [Futures](08_futures/00_intro.md)
- [Asynchronous functions](08_futures/01_async_fn.md)
- [Spawning tasks](08_futures/02_spawn.md)