Skip to content

feat(extract): add comment to header #7

feat(extract): add comment to header

feat(extract): add comment to header #7

Triggered via push November 1, 2023 20:20
Status Success
Total duration 13s
Artifacts

labeler.yml

on: push
labeler
3s
labeler
Fit to window
Zoom out
Zoom in

Annotations

1 error
no function or associated item named `new` found for struct `noodles_sam::header::record::value::Map<noodles_sam::header::record::value::map::Program>` in the current scope: src/extract.rs#L61
error[E0599]: no function or associated item named `new` found for struct `noodles_sam::header::record::value::Map<noodles_sam::header::record::value::map::Program>` in the current scope --> src/extract.rs:61:35 | 61 | let program = Map::<Program>::new(); | ^^^ function or associated item not found in `Map<Program>` | = note: the function or associated item was found for - `noodles_sam::header::record::value::Map<noodles_sam::header::record::value::map::Header>` - `noodles_sam::header::record::value::Map<noodles_sam::header::record::value::map::ReferenceSequence>`