Skip to content

Commit c1d04db

Browse files
author
Dan Whitman
committed
Just updates some dependencies and corrects a very minor documentation mistake.
1 parent 961604b commit c1d04db

File tree

3 files changed

+55
-34
lines changed

3 files changed

+55
-34
lines changed

Cargo.lock

Lines changed: 50 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/aoc/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub trait StrExt {
121121
/// Returns an [`Iterator`] over runs of repeated characters in a string.
122122
///
123123
/// The iterator yields substrings of one or more characters that are the same. Only if the
124-
/// string is empty will the iterator also me empty.
124+
/// string is empty will the iterator also be empty.
125125
///
126126
/// # Examples
127127
/// Basic usage:

src/aoc/parse.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//! TODO
2+
//!
3+
//! TODO
4+
15
use super::{AocError, AocResult};
26
use nom::bytes::complete::tag;
37
use nom::character::complete::{multispace0, satisfy, space0, space1};

0 commit comments

Comments
 (0)