Ignore BytesMut::freeze doctest on wasm (#790)

This commit is contained in:
Taiki Endo
2025-08-10 19:34:43 +09:00
committed by GitHub
parent 16132ad259
commit 8b4f54d0f3
+1 -1
View File
@@ -225,7 +225,7 @@ impl BytesMut {
///
/// # Examples
///
/// ```
/// ```ignore-wasm
/// use bytes::{BytesMut, BufMut};
/// use std::thread;
///