Skip to content

chore(mrml-wasm): remove unused ReqwestIncludeLoaderOptions constructor - #688

Open
jdrouet wants to merge 1 commit into
mainfrom
chore/wasm-unused-ctor
Open

jdrouet wants to merge 1 commit into
mainfrom
chore/wasm-unused-ctor

Conversation

@jdrouet

@jdrouet jdrouet commented Sep 13, 2026

Copy link
Copy Markdown
Owner

ReqwestIncludeLoaderOptions::new has no caller anywhere in the workspace. The struct's headers field is public and it derives Default and Deserialize, so instances come from serde across the wasm boundary, never from this constructor.

Technically it removes a pub fn from a published crate. mrml-wasm has no reverse dependencies on crates.io and ships to npm as a wasm bundle, where this was never reachable in the first place.

Signed-off-by: Jeremie Drouet <jeremie.drouet@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant