Skip to content
GitHub Actions / clippy failed May 10, 2024 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 156 in src/bam/record.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

mismatched types

error[E0308]: mismatched types
   --> src/bam/record.rs:156:16
    |
156 |             m: sam_copy.len(),
    |                ^^^^^^^^^^^^^^ expected `u64`, found `usize`

Check failure on line 155 in src/bam/record.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

mismatched types

error[E0308]: mismatched types
   --> src/bam/record.rs:155:16
    |
155 |             l: sam_copy.len(),
    |                ^^^^^^^^^^^^^^ expected `u64`, found `usize`