Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/LIBRARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ metadata can be added later without rewriting existing code.
3. Implement the functions, annotating each with `#[matlab_fn(name = "...")]`.
4. Provide comprehensive unit tests covering typical usage, error cases and edge
conditions. Tests live in `crates/<name>/tests/`.
5. Update `PLAN.md` with a short entry summarising the addition.

## Testing Guidelines

Expand Down
Loading