Commit 998204e
committed
docs: Organize documentation and fix cargo doc warnings
Changes:
- Move development docs to docs/ directory:
- IMPLEMENTATION_SUMMARY.md -> docs/IMPLEMENTATION_SUMMARY.md
- MISSING_FEATURES.md -> docs/MISSING_FEATURES.md
- features.md -> docs/features.md
- Move RELEASE_CHECKLIST.md to .github/ directory
- Remove RELEASE_NOTES.md (content is in CHANGELOG.md)
- Fix lifetime elision warning in src/writer/mod.rs:173
- Add explicit lifetime parameter to TableBuilder return type
This resolves the documentation build failure in GitHub Actions
which was caused by the lifetime elision warning being treated as
an error due to RUSTDOCFLAGS="-D warnings".1 parent e13ca80 commit 998204e
File tree
6 files changed
+1
-96
lines changed- .github
- docs
- src/writer
6 files changed
+1
-96
lines changedFile renamed without changes.
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments