← every case · 4000 · a quote that opens nothing
two lone apostrophes on one Rust line: the one that marks a lifetime, and the one in the word don't inside a string. Neither opens anything, and a counter pairing them would swallow the line
| 1 | codecodecodecodecode | let msg: &'static str = "don't panic"; |
| 2 | commentscommentscommentscommentscomments | // a real comment |
| 3 | commentscommentscommentscommentscomments | // a second real comment |
stringcommentthe tag around another language
cloc --json cases/4000-a_quote_that_opens_nothing/4050-lifetime_and_apostrophe_in_string/input.rs
mezura cases/4000-a_quote_that_opens_nothing/4050-lifetime_and_apostrophe_in_string/input.rs --output json --hide timing --counting content
mezura cases/4000-a_quote_that_opens_nothing/4050-lifetime_and_apostrophe_in_string/input.rs --output json --hide timing --counting region
scc --format json cases/4000-a_quote_that_opens_nothing/4050-lifetime_and_apostrophe_in_string/input.rs
tokei --output json cases/4000-a_quote_that_opens_nothing/4050-lifetime_and_apostrophe_in_string/input.rs