We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104f9d8 commit acce116Copy full SHA for acce116
1 file changed
src/llm-coding-tools-serdesai/src/todo.rs
@@ -23,7 +23,7 @@ struct TodoWriteArgs {
23
24
/// Arguments for reading todos.
25
///
26
-/// Empty struct required for consistent JSON validation via `serde_json::from_value`.
+/// Empty struct required for consistent JSON validation via [`serde_json::from_value`].
27
/// Ensures the input is a valid JSON object even when no parameters are needed.
28
#[derive(Debug, Clone, Deserialize)]
29
struct TodoReadArgs {}
0 commit comments