Skip to content

Commit

Permalink
[chore]: redundant doccomment
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 authored and mversic committed Dec 11, 2023
1 parent f3d5f20 commit ff737b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/kiso.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ pub enum Error {
struct Actor {
handle: mpsc::Receiver<Message>,
state: Configuration,
/// Current implementation is somewhat not scalable in terms of code writing: for any
/// future dynamic parameter, it will require its own `subscribe_on_<field>` function in [`KisoHandle`],
/// new channel here, and new [`Message`] variant. If boilerplate expands, a more general solution will be
/// required. However, as of now a single manually written implementation seems optimal.
// Current implementation is somewhat not scalable in terms of code writing: for any
// future dynamic parameter, it will require its own `subscribe_on_<field>` function in [`KisoHandle`],
// new channel here, and new [`Message`] variant. If boilerplate expands, a more general solution will be
// required. However, as of now a single manually written implementation seems optimal.
log_level_update: watch::Sender<Level>,
}

Expand Down

0 comments on commit ff737b7

Please sign in to comment.