diff --git a/PLAN.md b/PLAN.md index 0221c81..9b52120 100644 --- a/PLAN.md +++ b/PLAN.md @@ -23,7 +23,7 @@ Private helpers (e.g., internal `fn` without `pub`) are not flagged, as they don - `build_item_details()` function: No doc comment. - Overall: The file has some inline comments but lacks comprehensive rustdoc for the public API. -2. **src/db.rs** [DONE - first 10 items] +2. **src/db.rs** [DONE] - `Item`, `Tag`, and `Meta` structs: Partial docs (fields documented, but missing overall struct description or examples). - `open()` function: Good doc, but missing error examples. - `insert_item()` function: Partial (missing full error details).