Move function attributes below doc comments#84
Conversation
Reviewer's GuideThis PR reorders attribute annotations to appear directly below documentation comments across extractor, middleware, and server modules for consistency, refines doc comment phrasing, corrects doctest formatting in tests, and applies rustfmt. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate Unit Tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
01bbe18
into
coderabbitai/docstrings/137Ntpuf3YWgwzqZ2FM447zW0Qa1LGNU6V6phWP1z6BT3qWP8zgIxoQz3chiLpWECvgWKIdqhSxC
…erequest` (#83) * 📝 Add docstrings to `codex/define-extractors-and-implement-frommessagerequest` Docstrings generation was requested by @leynos. * #79 (comment) The following files were modified: * `src/extractor.rs` * `tests/extractor.rs` * Reorder attributes after doc comments (#84) --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Leynos <leynos@troubledskies.net>
* Update limitation note * Add extractor class diagram * Refine extractor docs and tests * Refine extractor errors and add debug derives * 📝 Add docstrings to `codex/define-extractors-and-implement-frommessagerequest` (#83) * 📝 Add docstrings to `codex/define-extractors-and-implement-frommessagerequest` Docstrings generation was requested by @leynos. * #79 (comment) The following files were modified: * `src/extractor.rs` * `tests/extractor.rs` * Reorder attributes after doc comments (#84) --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Leynos <leynos@troubledskies.net> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary
cargo fmtTesting
make lintmake testhttps://chatgpt.com/codex/tasks/task_e_68549eda70748322bbffb4f0040af296
Summary by Sourcery
Standardize the placement of function attributes below doc comments, refine documentation formatting, and run rustfmt for consistent code style
Enhancements:
Tests: