Skip to content

Conversation

@stormslowly
Copy link
Contributor

@stormslowly stormslowly commented Nov 18, 2025

Copilot AI review requested due to automatic review settings November 18, 2025 16:38
Copilot finished reviewing on behalf of stormslowly November 18, 2025 16:39
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a doc.rs build failure by correcting the unstable feature flag used for documentation generation. The issue was caused by using the deprecated doc_auto_cfg feature instead of the correct doc_cfg feature.

Key Changes:

  • Replaced doc_auto_cfg with doc_cfg feature flag in lib.rs
  • Updated nightly toolchain from 2025-07-28 to 2025-11-10
  • Bumped version from 0.6.5 to 0.6.6

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
src/lib.rs Fixed feature flag from doc_auto_cfg to doc_cfg to resolve doc.rs build issues
rust-toolchain.toml Updated nightly toolchain version to support the corrected feature flag
Cargo.toml Bumped patch version to 0.6.6 for the build fix release
Cargo.lock Updated version reference to match Cargo.toml changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 18, 2025

CodSpeed Performance Report

Merging #130 will not alter performance

Comparing fix/crate_docs.rs (d0053e7) with main (a8e2142)1

Summary

✅ 6 untouched

Footnotes

  1. No successful run was found on main (99ffdd7) during the generation of this report, so a8e2142 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@stormslowly stormslowly changed the title chore: doc.rs build failure chore: fix doc.rs build failure Nov 18, 2025
@stormslowly stormslowly force-pushed the fix/crate_docs.rs branch 2 times, most recently from 440adc5 to 4cb4088 Compare November 19, 2025 02:34
@stormslowly stormslowly merged commit dbb77b5 into main Nov 19, 2025
25 checks passed
@stormslowly stormslowly deleted the fix/crate_docs.rs branch November 19, 2025 03:47
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.

3 participants