Skip to content

[ul] Fix docs regarding renaming of feature tls to sync-tls#729

Merged
Enet4 merged 1 commit intoEnet4:masterfrom
pgimeno4d:fix-sync-tls-docs
Jan 31, 2026
Merged

[ul] Fix docs regarding renaming of feature tls to sync-tls#729
Enet4 merged 1 commit intoEnet4:masterfrom
pgimeno4d:fix-sync-tls-docs

Conversation

@pgimeno4d
Copy link
Copy Markdown
Contributor

@pgimeno4d pgimeno4d commented Jan 30, 2026

I presume that the warning about not being sufficient to include "tls" and "async" is no longer necessary, given that after being renamed, it no longer makes sense to include "sync-tls" and "async", so I've removed them.

At the same time it adds no_compile to the doc example, that otherwise errors out because of missing .crt files.

Fixes #726.

Edit: It appears that features sync-tls and async-tls (or at least the former) are not being tested in CI, as otherwise the compile error would have been apparent. @Enet4

@Enet4 Enet4 added A-lib Area: library C-ul Crate: dicom-ul labels Jan 31, 2026
Copy link
Copy Markdown
Owner

@Enet4 Enet4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spot on, no concerns with this! Thank you for noticing!

It appears that features sync-tls and async-tls (or at least the former) are not being tested in CI, as otherwise the compile error would have been apparent.

We are testing async-tls in CI, which already enables the same set of tests as if we were enabling this one and sync-tls. The situation with the doctest was that it was gated on the wrong Cargo feature.

@Enet4 Enet4 merged commit b183acb into Enet4:master Jan 31, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-lib Area: library C-ul Crate: dicom-ul

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation references non-existing feature tls

2 participants