Add missing inline

This commit is contained in:
Chronophagus 2019-09-19 18:24:04 +03:00
parent ae13a17f87
commit 77417c542f
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ impl ConnectionInfo {
/// - Host /// - Host
/// - Uri /// - Uri
/// - Server hostname /// - Server hostname
#[inline]
pub fn host(&self) -> &str { pub fn host(&self) -> &str {
&self.host &self.host
} }