chore: move BufferedWriter into tracing_buffer.rs

This commit is contained in:
Ryan Walters
2025-09-05 13:58:59 -05:00
parent ed16da1e8f
commit bcd9865430
3 changed files with 53 additions and 61 deletions

View File

@@ -1,7 +1,5 @@
//! Platform abstraction layer for cross-platform functionality.
#[cfg(not(target_os = "emscripten"))]
pub mod buffered_writer;
#[cfg(not(target_os = "emscripten"))]
mod desktop;
#[cfg(not(target_os = "emscripten"))]