From 430bdf5bcd791c42712a62d2b217dc7e3613e683 Mon Sep 17 00:00:00 2001 From: Covertness <wuyingfengsui@gmail.com> Date: Sat, 12 Dec 2015 16:52:35 +0800 Subject: [PATCH] missing / --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 904c5ea..5d0f1c5 100644 --- a/src/client.rs +++ b/src/client.rs @@ -43,7 +43,7 @@ impl CoAPClient { }) } - // Execute a request with the coap url and a specific timeout. Default timeout is 5s. + /// Execute a request with the coap url and a specific timeout. Default timeout is 5s. pub fn request_with_timeout(url: &str, timeout: Option<Duration>) -> Result<Packet> { let mut url_parser = UrlParser::new(); url_parser.scheme_type_mapper(Self::coap_scheme_type_mapper); -- GitLab