-
Notifications
You must be signed in to change notification settings - Fork 0
Fix docs referencing missing trait #207
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| //! | ||
| //! These helpers spawn the application on a `tokio::io::duplex` stream and | ||
| //! return all bytes written by the app for easy assertions. They work with any | ||
| //! message implementing [`bincode::Encode`] – the example uses a simple `u8` | ||
| //! message implementing [`serde::Serialize`] – the example uses a simple `u8` | ||
| //! value so no generics are required. | ||
|
Comment on lines
+6
to
7
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Clarify the serializer expectation. State explicitly that the helpers still use
🤖 Prompt for AI Agents |
||
| //! | ||
| //! ```rust | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Wrap long sentence at 80 columns.
The two changed lines exceed the documentation style-guide limit. Wrap them to maintain consistency with the rest of the file and silence
markdownlintMD013.🧰 Tools
🪛 LanguageTool
[uncategorized] ~108-~108: Possible missing comma found.
Context: ...# Bincode Convenience Wrapper For most tests the input frame is preassembled from ra...
(AI_HYDRA_LEO_MISSING_COMMA)
🤖 Prompt for AI Agents