Skip to content

Commit f860c39

Browse files
Clippy fixes
Signed-off-by: Danil-Grigorev <[email protected]>
1 parent 8bf3ed9 commit f860c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-runtime/src/reflector/multi_dispatcher.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl MultiDispatcher {
6868
}
6969
}
7070

71-
/// BroadcastStream allows to stream shared list of dynamic objects,
71+
/// `BroadcastStream` allows to stream shared list of dynamic objects,
7272
/// sources of which can be changed at any moment.
7373
pub struct BroadcastStream<W> {
7474
pub stream: Arc<Mutex<W>>,

0 commit comments

Comments
 (0)