diff options
Diffstat (limited to 'azalea-nbt/src')
| -rwxr-xr-x | azalea-nbt/src/decode.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-nbt/src/decode.rs b/azalea-nbt/src/decode.rs index e4968811..3e2f7adb 100755 --- a/azalea-nbt/src/decode.rs +++ b/azalea-nbt/src/decode.rs @@ -21,6 +21,7 @@ where } impl Tag { + #[inline] #[async_recursion] async fn read_known<R>(stream: &mut R, id: u8) -> Result<Tag, Error> where |
