From c9b7c0a3e6aefa5f3d8490412b8bcf87ec878b64 Mon Sep 17 00:00:00 2001 From: mordak Date: Mon, 5 Apr 2021 07:03:06 -0500 Subject: [PATCH] Update src/extensions/idle.rs Co-authored-by: Jon Gjengset --- src/extensions/idle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/idle.rs b/src/extensions/idle.rs index de9ca8b..a50b905 100644 --- a/src/extensions/idle.rs +++ b/src/extensions/idle.rs @@ -22,7 +22,7 @@ use std::time::Duration; /// logic is needed to handle the IDLE response, and then returns a [`CallbackAction`] /// to `Continue` or `Stop` listening on the channel. /// For users that want the IDLE to exit on any change (the behavior proior to version 3.0), -/// a convenience callback function `callback_stop` is provided. +/// a convenience callback function [`callback_stop`] is provided. /// /// ```no_run /// # use native_tls::TlsConnector;