We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09455b4 commit e06b406Copy full SHA for e06b406
src/util/char_counter.rs
@@ -7,7 +7,7 @@ pub struct CharCounter<'a>
7
8
impl<'a> CharCounter<'a>
9
{
10
- pub fn new(src: &'a str) -> CharCounter
+ pub fn new(src: &'a str) -> CharCounter<'a>
11
12
CharCounter {
13
src,
0 commit comments