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

src/err/mod.rs: remove "track_caller" cfg check #3951

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

birkenfeld
Copy link
Member

This "cfg" value does not seem to exist (any more?), and #[track_caller] is used a lot elsewhere without cfg_attr.

Found using cargo check -Zcheck-cfg.

This "cfg" value does not seem to exist (any more?), and #[track_caller]
is used a lot elsewhere without cfg_attr.

Found using cargo check -Zcheck-cfg.
@birkenfeld birkenfeld changed the title err: remove "track_caller" cfg check src/err/mod.rs: remove "track_caller" cfg check Mar 11, 2024
@adamreichold adamreichold added the CI-skip-changelog Skip checking changelog entry label Mar 11, 2024
@adamreichold adamreichold added this pull request to the merge queue Mar 11, 2024
Merged via the queue into main with commit a7fa1bd Mar 11, 2024
42 of 44 checks passed
@adamreichold adamreichold deleted the cfg-attr-fix branch March 11, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-skip-changelog Skip checking changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants