diff options
Diffstat (limited to 'cli/state.rs')
-rw-r--r-- | cli/state.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/state.rs b/cli/state.rs index 6f2c6db8f..70845fb8b 100644 --- a/cli/state.rs +++ b/cli/state.rs @@ -104,9 +104,8 @@ impl Deref for ThreadSafeState { } impl ThreadSafeState { - // TODO: better name welcome /// Wrap core `OpDispatcher` to collect metrics. - pub fn cli_op<D>( + pub fn core_op<D>( &self, dispatcher: D, ) -> impl Fn(&[u8], Option<PinnedBuf>) -> CoreOp |