Simplify docs preprocessing (#30947)

Closes #ISSUE

This was done as part of experimental work towards better validation of
our docs. The validation ended up being not worth it, however, I believe
this refactoring is

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle 2025-05-19 07:16:14 -05:00 committed by GitHub
parent 57424e4743
commit b057b4697f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 110 additions and 229 deletions

View file

@ -19,9 +19,6 @@ workspace-hack.workspace = true
[lints]
workspace = true
[lib]
path = "src/docs_preprocessor.rs"
[[bin]]
name = "docs_preprocessor"
path = "src/main.rs"