Skip to content

Commit

Permalink
Deploying to gh-pages from @ bb8b824 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-botsu committed Nov 28, 2023
1 parent 5dd55f7 commit f0fceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/gooey/utils.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<span class="kw">pub const fn </span>new() -&gt; <span class="self">Self </span>{
<span class="attr">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>))]
</span>{
<span class="self">Self</span>(AssertUnwindSafe(Condvar::new()))
<span class="self">Self</span>(std::panic::AssertUnwindSafe(Condvar::new()))
}

<span class="attr">#[cfg(not(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>)))]
Expand Down

0 comments on commit f0fceee

Please sign in to comment.