Skip to content

[parser] [object] Revert use of inspect method for more Rust compiler compatibility#586

Closed
Enet4 wants to merge 1 commit intomasterfrom
chore/revert-inspect
Closed

[parser] [object] Revert use of inspect method for more Rust compiler compatibility#586
Enet4 wants to merge 1 commit intomasterfrom
chore/revert-inspect

Conversation

@Enet4
Copy link
Copy Markdown
Owner

@Enet4 Enet4 commented Oct 30, 2024

This reverts some of the changes done in #580. Result::inspect and Option::inspect were only introduced in 1.76.0, but there is some interest in using the DICOM-rs library with older versions.

Resolves #585.

… compatibility

- Result::inspect and Option::inspect were introduced in 1.76.0
@Enet4 Enet4 added chore For keeping the project tidy A-lib Area: library C-object Crate: dicom-object C-parser Crate: dicom-parser labels Oct 30, 2024
@Enet4
Copy link
Copy Markdown
Owner Author

Enet4 commented Nov 2, 2024

Dropping this in favor of #587.

@Enet4 Enet4 closed this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-lib Area: library C-object Crate: dicom-object C-parser Crate: dicom-parser chore For keeping the project tidy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Usage of inspect changed rust version of dicom-rs

1 participant