Closed akhil484 closed 2 years ago
There is duplicate import preventing the tests from passing, removing one of them should fix the tests. Here is the first import: https://github.com/togglebyte/tinyroute/blob/aef839f97657667439f373fe00504d2965bc284a/src/router.rs#L5
Remove inline use of flume:: and import it at the top of the file instead. #3
I have completed the task according to the above issue. Imported them into every file where I made the changes.