From 031d0254be6c4ba5c27ecd4afe004b10e4333b3a Mon Sep 17 00:00:00 2001 From: superjackche Date: Sun, 26 Apr 2026 00:20:05 +0800 Subject: [PATCH] docs: remove non-existent PLAN.md reference from LIBRARY.md PLAN.md does not exist in the repository, so remove the instruction to update it when adding new built-in crates. --- docs/LIBRARY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/LIBRARY.md b/docs/LIBRARY.md index e218f01aa..43c44ffa8 100644 --- a/docs/LIBRARY.md +++ b/docs/LIBRARY.md @@ -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//tests/`. -5. Update `PLAN.md` with a short entry summarising the addition. ## Testing Guidelines