diff options
Diffstat (limited to 'azalea-buf/src')
| -rw-r--r-- | azalea-buf/src/write.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-buf/src/write.rs b/azalea-buf/src/write.rs index e1f1ffb1..e00ddce9 100644 --- a/azalea-buf/src/write.rs +++ b/azalea-buf/src/write.rs @@ -110,7 +110,6 @@ impl McBufWritable for String { } } - impl McBufWritable for &str { fn write_into(&self, buf: &mut impl Write) -> Result<(), std::io::Error> { write_utf_with_len(buf, self, MAX_STRING_LENGTH.into()) |
