Skip to content

Commit

Permalink
rt_builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Dec 4, 2024
1 parent 157255a commit 4739b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ impl RuntimeBuilder {
#[cfg_attr(docsrs, doc(cfg(feature = "web")))]
#[must_use]
pub fn with_web_unsafely_ignored_certificate_errors(mut self, domain: impl ToString) -> Self {
match self
match &mut self
.0
.extension_options
.web
Expand Down

0 comments on commit 4739b7e

Please sign in to comment.