aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/commands/_qfThreadInfo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/commands/_qfThreadInfo.rs')
-rw-r--r--src/protocol/commands/_qfThreadInfo.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/commands/_qfThreadInfo.rs b/src/protocol/commands/_qfThreadInfo.rs
index eff541f..5276ddf 100644
--- a/src/protocol/commands/_qfThreadInfo.rs
+++ b/src/protocol/commands/_qfThreadInfo.rs
@@ -4,6 +4,7 @@ use super::prelude::*;
pub struct qfThreadInfo;
impl<'a> ParseCommand<'a> for qfThreadInfo {
+ #[inline(always)]
fn from_packet(buf: PacketBuf<'a>) -> Option<Self> {
if !buf.into_body().is_empty() {
return None;