Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clippy lint fix (2023-06) #355

Merged
merged 7 commits into from
Jun 4, 2023
Merged

Clippy lint fix (2023-06) #355

merged 7 commits into from
Jun 4, 2023

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Jun 4, 2023

No description provided.

Enet4 added 7 commits June 4, 2023 19:37
- derive Default in enums
- remove unnecessary numeric casts
- derive Default in enum ColorMode
- derive Default in enums
- remove unnecessary casts
- use Seek::stream_position instead of Seek::seek(Current(0))
- derive Default in enums
- elide lifetimes
- remove unnecessary casts
- use Seek::stream_position instead of Seek::seek(Current(0))
- remove unused imports
- derive Default in enums
- use ascii check methods instead of range checks
- use Box::default in decoder_for
- use ascii check methods instead of range checks
- deprecate PersonName::from_str,
  add same impl to PersonName::from_text
- remove redundant `into_iter()` calls
@Enet4 Enet4 added chore For keeping the project tidy C-object Crate: dicom-object C-encoding Crate: dicom-encoding C-parser Crate: dicom-parser C-core Crate: dicom-core C-pixeldata Crate: dicom-pixeldata C-storescu Crate: dicom-storescu C-dump Crate: dicom-dump labels Jun 4, 2023
@Enet4 Enet4 merged commit 7b3fff0 into master Jun 4, 2023
@Enet4 Enet4 deleted the lint-fix-2023-06 branch June 4, 2023 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-core Crate: dicom-core C-dump Crate: dicom-dump C-encoding Crate: dicom-encoding C-object Crate: dicom-object C-parser Crate: dicom-parser C-pixeldata Crate: dicom-pixeldata C-storescu Crate: dicom-storescu chore For keeping the project tidy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant