Make functions taking raw pointer return &'a instead of &'static
This is technically more correct, and matches the pointer methods in the standard library.
Please register or sign in to comment
This is technically more correct, and matches the pointer methods in the standard library.