Skip to content

feat: allow includes r"regex"

Sign in for the full log view
GitHub Actions / clippy failed Mar 24, 2024 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check failure on line 8 in crates/core/src/pattern/includes.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `bail`

error: unused import: `bail`
 --> crates/core/src/pattern/includes.rs:8:22
  |
8 | use anyhow::{anyhow, bail, Result};
  |                      ^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`