Skip to content

Conversation

frol
Copy link
Collaborator

@frol frol commented Aug 22, 2025

Currently, the global-contract feature it hard to discover as while the methods are visible in the docs:

image

There is no indication that global-contracts feature is required. See tokio as example:

image

To enable this documentation, we just need to enable the nightly feature and hide it behind the conditional compilation flag for docsrs: #![cfg_attr(docsrs, feature(doc_auto_cfg))]

https://docs.rs/about/builds#detecting-docsrs

Copy link

codecov bot commented Aug 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.72%. Comparing base (04515b4) to head (736fdd2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1386   +/-   ##
=======================================
  Coverage   80.72%   80.72%           
=======================================
  Files         104      104           
  Lines       15462    15462           
=======================================
  Hits        12482    12482           
  Misses       2980     2980           

☔ 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.

@PolyProgrammist PolyProgrammist merged commit 733ee09 into master Aug 30, 2025
43 checks passed
@PolyProgrammist PolyProgrammist deleted the docs/autodoc-features branch August 30, 2025 06:40
@github-project-automation github-project-automation bot moved this from NEW❗ to Shipped 🚀 in DevTools Aug 30, 2025
@frol frol mentioned this pull request Aug 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Shipped 🚀
Development

Successfully merging this pull request may close these issues.

2 participants