Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Suchánek committed Oct 30, 2023
1 parent 89ff999 commit 498cde4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
33 changes: 12 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/footnote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ static FOOTNOTE_ATTR_REGEX: Lazy<Regex> =

/// Search the AsciiDoc files in the RN project and see if any of them defines
/// the `PrivateTicketFootnote` footnote. Return `true` if the footnote is defined.
#[must_use]
pub fn is_footnote_defined(project: &Path) -> Result<bool> {
for result in Walk::new(project) {
// Each item yielded by the iterator is either a directory entry or an error.
Expand Down

0 comments on commit 498cde4

Please sign in to comment.