You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the warning can be fixed by changing it to pub fn new(s: &'a str) -> CharIter<'a> { .. }, I am unsure if the lifetime difference is really relevant here.