Skip to content

Make functions taking raw pointer return &'a instead of &'static

Ian Douglas Scott requested to merge ids1024:lifetime into master

This is technically more correct, and matches the pointer methods in the standard library.

Merge request reports