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 }