Skip to content

Commit

Permalink
Check the size of piccolo's Thread, not std's.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedcharles committed Nov 18, 2024
1 parent fcbaabc commit 7a9788f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sizes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{mem, thread::Thread};
use std::mem;

use piccolo::{opcode::OpCode, Callback, Closure, String, Table, UserData, Value};
use piccolo::{opcode::OpCode, Callback, Closure, String, Table, Thread, UserData, Value};

#[test]
fn test_sizes() {
Expand Down

0 comments on commit 7a9788f

Please sign in to comment.