Rahix / shared-bus

Crate for sharing buses between multiple devices
Apache License 2.0
129 stars 34 forks source link

Replace explicit type with `Self` in sample code, where possible #11

Closed regexident closed 4 years ago

regexident commented 4 years ago

I would assume that many people end up renaming MyMutex. Using Self makes this quicker.

Rahix commented 4 years ago

Makes sense, thanks!