diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-22 22:00:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-22 22:18:13 +0200 |
| commit | 5677b13a86beca58aa57ecfd7cea0db7ceb189fa (patch) | |
| tree | 0c7425dae57acb94cb6ddca27def7e77609369b3 /embassy-sync/src/channel/mod.rs | |
| parent | 21072bee48ff6ec19b79e0d9527ad8cc34a4e9e0 (diff) | |
sync: flatten module structure.
Diffstat (limited to 'embassy-sync/src/channel/mod.rs')
| -rw-r--r-- | embassy-sync/src/channel/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embassy-sync/src/channel/mod.rs b/embassy-sync/src/channel/mod.rs deleted file mode 100644 index 5df1f5c5c..000000000 --- a/embassy-sync/src/channel/mod.rs +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | //! Async channels | ||
| 2 | |||
| 3 | pub mod mpmc; | ||
| 4 | pub mod pubsub; | ||
| 5 | pub mod signal; | ||
