Skip to content

Commit

Permalink
remove errant comment
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jtmoon79 committed Sep 2, 2022
1 parent a736e1e commit 853d943
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/format/strftime.rs
Expand Up @@ -468,9 +468,6 @@ impl<'a> Iterator for StrftimeItems<'a> {

// whitespace
Some(c) if c.is_whitespace() => {
// LAST WORKING HERE 20220830 must compare whitespace chars
// wait, are any tests checking for mismatching whitespace? what about wide chars?
// same for case of literals below
let ws = self.remainder;
let mut end: usize = 0;
for (offset, c_) in self.remainder.char_indices() {
Expand Down

0 comments on commit 853d943

Please sign in to comment.