avoid unnecessary allocations in `Emitter::emit_all`
1 pending
(1 total)
View logs
modified crates/radicle-protocol/src/service.rs
@@ -1198,16 +1198,14 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/events.rs
@@ -228,15 +228,13 @@ impl<T: Clone> Emitter<T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|