Skip to content

Commit 1b96e19

Browse files
committed
fix wasm32 compilation
1 parent 7d92e41 commit 1b96e19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/re_viewer/src/misc/log_db.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ impl LogDb {
8989
}
9090

9191
/// In the order they arrived
92-
#[cfg(not(target_arch = "wasm32"))]
9392
pub fn chronological_log_messages(&self) -> impl Iterator<Item = &LogMsg> {
9493
self.chronological_message_ids
9594
.iter()

0 commit comments

Comments
 (0)