Remove orphaned doc comment from deleted patch_seq_read_line_plus #457

Closed
dooc2 wants to merge 0 commits from dooc2/remove-io-read-line-plus-v2 into main AGit
First-time contributor

Lines 166-179 were the function-level docstring for the removed
patch_seq_read_line_plus function. They survived the deletion and got
attached to READ_N_MAX_BYTES, producing broken cargo doc output.

Lines 166-179 were the function-level docstring for the removed patch_seq_read_line_plus function. They survived the deletion and got attached to READ_N_MAX_BYTES, producing broken cargo doc output.
Remove deprecated io.read-line+ builtin
Some checks failed
CI - Linux / CI - Linux x86_64 (pull_request) Failing after 7s
0fc3a8b9e0
Covers full end-to-end removal:
- ast/program.rs: remove name registration entry
- builtins/io.rs: remove builtin! sig and docs.insert entry
- codegen/runtime/stdio.rs: remove LLVM declare and symbol mapping
- runtime/io.rs: remove patch_seq_read_line_plus function and its pub use
- runtime/lib.rs: remove re-export of read_line_plus

Closes #455
Remove orphaned doc comment from deleted patch_seq_read_line_plus
Some checks failed
CI - Linux / CI - Linux x86_64 (pull_request) Failing after 7s
b7a324b850
Lines 166-179 were the function-level docstring for the removed
patch_seq_read_line_plus function. They survived the deletion and got
attached to READ_N_MAX_BYTES, producing broken cargo doc output.
dooc2 closed this pull request 2026-05-05 18:58:04 +00:00
Some checks failed
CI - Linux / CI - Linux x86_64 (pull_request) Failing after 7s

Pull request closed

Sign in to join this conversation.
No description provided.