Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: LORRI_READDIR was never used #134

Open
wants to merge 2 commits into
base: canon
Choose a base branch
from

Conversation

just1602
Copy link

When inside the lazy_static block, rust-analyzer was not able to detect if a variable was ever used or not, but since b2a6499 rust-analyzer point out that LORRI_READDIR regex was never used.

This commit make the if use LORRI_READDIR before callingLogDatum::ReadDir.

As the previous PR, this one is based on #132 , and #133, so those need to be merged first. :)

  • Amended the changelog in release.nix (see release.nix for instructions)

When inside the `lazy_static` block, rust-analyzer was not able to
detect if a variable was ever used or not, but since
b2a6499 rust-analyzer point out that
`LORRI_READDIR` regex was never used.

This commit make the if use `LORRI_READDIR` before calling
`LogDatum::ReadDir`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant