Skip to content

Duplicate BLOCKQUOTE_RE static declaration found during code review #178

@coderabbitai

Description

@coderabbitai

Description

A duplicate declaration of the BLOCKQUOTE_RE static variable was identified during code review of PR #147. The variable was declared twice:

  1. Lines 36-39: Using lazy_regex! macro (correct version)
  2. Lines 49-50: Using LazyLock::new (duplicate to be removed)

This duplication would have caused a compilation error due to redeclaring the same static variable.

Resolution

Resolved in commit 28908d7

References

Impact

  • Severity: High (compilation error)
  • Status: Fixed
  • Detection: Automated code review

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationlowAin't annoying anyone but the QA department

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions