Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Allow dead code in examples to fix CI build #450

Merged
merged 1 commit into from Nov 9, 2021

Conversation

HarveyHunt
Copy link
Contributor

The examples deny warnings, however a couple of examples deserialise TOML into
structs. The fields of these structs are never read, which breaks cargo test
in nightly mode.

Allow dead code to fix the CI build, as discussed on #447.

The examples deny warnings, however a couple of examples deserialise TOML into
structs. The fields of these structs are never read, which breaks cargo test
in nightly mode.

Allow dead code to fix the CI build.
@HarveyHunt HarveyHunt marked this pull request as ready for review November 8, 2021 21:37
@alexcrichton
Copy link
Collaborator

Thanks!

@alexcrichton alexcrichton merged commit 499e8c4 into toml-rs:master Nov 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants