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

Render doc(cfg(...)) on feature gated APIs in docs.rs #2647

Merged
merged 8 commits into from Nov 6, 2023

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    0726b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce8fef7 View commit details
    Browse the repository at this point in the history
  3. Relocate cfg attrs into forwarded_impl macro

    This will allow adding #[doc(cfg(feature = "..."))] attributes to the
    impl in an upcoming commit.
    dtolnay committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    215c2b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f339de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64f949b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05c2509 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dacfbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8bc97c View commit details
    Browse the repository at this point in the history