We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff91bc commit 91c88e2Copy full SHA for 91c88e2
crates/oxc_allocator/src/pool/mod.rs
@@ -55,6 +55,7 @@ impl AllocatorPool {
55
56
#[cfg(not(all(target_pointer_width = "64", target_endian = "little")))]
57
{
58
+ let _thread_count = thread_count; // Avoid unused vars lint warning
59
panic!("Fixed size allocators are only supported on 64-bit little-endian platforms");
60
}
61
0 commit comments