Skip to content

Experiment with accessor API #144

Experiment with accessor API

Experiment with accessor API #144

GitHub Actions / clippy failed Nov 28, 2023 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-nightly (49b3924bd 2023-11-27)
  • cargo 1.76.0-nightly (9b13310ca 2023-11-24)
  • clippy 0.1.76 (49b3924 2023-11-27)

Annotations

Check failure on line 3 in scopegraphs-lib/src/scopegraph/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `future::Future`

error: unused import: `future::Future`
 --> scopegraphs-lib/src/scopegraph/mod.rs:3:5
  |
3 |     future::Future,
  |     ^^^^^^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`