Stellar WaveTrivial Complexitydocumentationgood first issue
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Problem Statement
contracts/lending/src/lib.rs contains three mod tests blocks plus test.rs; new contributors can't tell which to extend.
Why it matters
Discoverability keeps test coverage from rotting.
Technical Context
Add a doc-comment for each mod tests block describing intent.
Expected Outcome
Each block carries a 2-line rustdoc header.
Acceptance Criteria
cargo doc --no-depsrenders descriptions.- PR template points to the right file.
- README mentions layout.
Implementation Notes
Hand-write headers.
Files or modules likely to be affected
contracts/lending/src/lib.rs.
Dependencies
#4 (test split).
Difficulty level
EASY.
Estimated effort
XS (~1 hour).