zabackary
Results
2
issues of
zabackary
There was a small typo in one of the comments. Additionally, `&str` is internally a `&[u8]` which stores its state as a pointer and length, not two pointers. - [x]...
As in #2515, it seems that it's a little confusing how to use `Component` at first glance. This PR aims to clarify that by adding a small note in `Component`'s...