Skip to content

deps: Update noodles-sam requirement from 0.46 to 0.48 #25

deps: Update noodles-sam requirement from 0.46 to 0.48

deps: Update noodles-sam requirement from 0.46 to 0.48 #25

GitHub Actions / clippy failed Nov 23, 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.74.0 (79e9716c9 2023-11-13)
  • cargo 1.74.0 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (79e9716 2023-11-13)

Annotations

Check failure on line 62 in src/index.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `write_header` found for struct `noodles_bam::bai::Writer` in the current scope

error[E0599]: no method named `write_header` found for struct `noodles_bam::bai::Writer` in the current scope
  --> src/index.rs:62:12
   |
62 |     writer.write_header()?;
   |            ^^^^^^^^^^^^ help: there is a method with a similar name: `write_index`