Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/utils/re_log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const CRATES_AT_ERROR_LEVEL: &[&str] = &[
// silence rustls in release mode: https://github.com/rerun-io/rerun/issues/3104
#[cfg(not(debug_assertions))]
"rustls",
// TODO(#10286): Remove once we have a wgpu version with https://github.com/gfx-rs/wgpu/pull/7850 landed.
"wgpu_hal::vulkan::conv",
];

/// Never log anything less serious than a `WARN` from these crates.
Expand Down