This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
style: reformat code and add doc tests #12
style: reformat code and add doc tests #12
Changes from 7 commits
0ecd293
91bebee
9d1b9ed
a3be39b
148240b
fa24b9b
e0207ef
0553aa0
daed435
cbfdcb0
33a24cd
efd5aa1
fce0446
e4746a5
e8a88d2
6d32b33
361aa43
8187319
d70c7e0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 37 in barkit-extract/src/error.rs
barkit-extract/src/error.rs#L37
Check warning on line 47 in barkit-extract/src/fastq.rs
barkit-extract/src/fastq.rs#L47
Check warning on line 57 in barkit-extract/src/fastq.rs
barkit-extract/src/fastq.rs#L57
Check warning on line 98 in barkit-extract/src/fastq.rs
barkit-extract/src/fastq.rs#L98
Check warning on line 36 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L36
Check warning on line 41 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L41
Check warning on line 68 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L64-L68
Check warning on line 72 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L72
Check warning on line 79 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L77-L79
Check warning on line 86 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L84-L86
Check warning on line 91 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L90-L91
Check warning on line 93 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L93
Check warning on line 99 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L98-L99
Check warning on line 103 in barkit-extract/src/logger.rs
barkit-extract/src/logger.rs#L103
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove outdated import statement.
The import of
BarcodeRegex
is outdated and should be removed to prevent compilation errors, as theBarcodeRegex
struct has been removed from the codebase.- use crate::pattern::BarcodeRegex;
Committable suggestion
Check warning on line 94 in barkit-extract/src/parse.rs
barkit-extract/src/parse.rs#L94