From 77417c542f2c50463538794d939a3909b72ad3a8 Mon Sep 17 00:00:00 2001 From: Chronophagus Date: Thu, 19 Sep 2019 18:24:04 +0300 Subject: [PATCH] Add missing inline --- src/info.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/info.rs b/src/info.rs index 51de0d057..97df7c51d 100644 --- a/src/info.rs +++ b/src/info.rs @@ -151,6 +151,7 @@ impl ConnectionInfo { /// - Host /// - Uri /// - Server hostname + #[inline] pub fn host(&self) -> &str { &self.host }