v0.4.1
This code slices a string at `b'.'` and uses the prefix and suffix which can never panic. However the compiler is not smart enough the understand this and includes a panic branch anyway.
This code slices a string at `b'.'` and uses the prefix and suffix which can never panic. However the compiler is not smart enough the understand this and includes a panic branch anyway.