Skip to content

Conversation

@yukiiiteru
Copy link
Member

Motivation

Cargo removed doc_auto_cfg in version 1.92.0; adding this item would cause document generation to fail.

ref:

Solution

  • Remove them
  • Run rustdoc with --cfg docsrs in test cases
  • Release a new version to trigger it again

`doc_auto_cfg` has been removed in 1.92.0, ref:
<rust-lang/rust#138907>

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
@yukiiiteru yukiiiteru requested review from a team as code owners January 19, 2026 08:32
@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.41%. Comparing base (2ecf4d4) to head (50afa31).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #635   +/-   ##
=======================================
  Coverage   43.41%   43.41%           
=======================================
  Files         160      160           
  Lines       19372    19383   +11     
=======================================
+ Hits         8410     8415    +5     
- Misses      10962    10968    +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yukiiiteru yukiiiteru merged commit 5fdef10 into cloudwego:main Jan 19, 2026
12 of 14 checks passed
@yukiiiteru yukiiiteru deleted the chore/remove-doc_auto_cfg branch January 19, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants