Skip to content

Fix and modernize GitHub CI Workflow#22

Merged
ten3roberts merged 5 commits intoeyre-rs:masterfrom
nullstalgia:bugfix/ci
Jul 13, 2025
Merged

Fix and modernize GitHub CI Workflow#22
ten3roberts merged 5 commits intoeyre-rs:masterfrom
nullstalgia:bugfix/ci

Conversation

@nullstalgia
Copy link
Copy Markdown
Contributor

@nullstalgia nullstalgia commented Jul 12, 2025

You can see the results of a successful run here: https://github.com/nullstalgia/eyre-indenter/actions/runs/16245429504

The following lints have been removed from the warn() directive:

private_in_public: Replaced by new, on-by-default, type privacy warnings.

const_err: Deprecated, now returns a hard error.

The missing_doc_code_examples lint being renamed to rustdoc::missing_doc_code_examples means I can't put a global RUSTFLAGS: -Dwarnings, unless I add the rustversion build-dep, but I wanted to avoid adding any dependencies.

At the very least, the stable clippy run does run with -D warnings.

@ten3roberts
Copy link
Copy Markdown
Contributor

Thanks a lot, this is a great start 💪

@ten3roberts ten3roberts merged commit e357320 into eyre-rs:master Jul 13, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants