fix(rust): rename gsd_parser module to forge_parser in lib.rs
Align module declaration with file rename (gsd_parser.rs → forge_parser.rs) that was completed in the rebrand. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6e520b1db8
commit
2e6b2b8fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ mod ps;
|
|||
mod task;
|
||||
mod text;
|
||||
mod ttsr;
|
||||
mod gsd_parser;
|
||||
mod forge_parser;
|
||||
mod image;
|
||||
mod truncate;
|
||||
mod json_parse;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue