mirror of
https://github.com/rust-embedded/heapless.git
synced 2026-05-02 15:04:04 +00:00
fix typo
This commit is contained in:
@@ -254,7 +254,7 @@ fn pool() {
|
||||
|
||||
A::grow(unsafe { &mut M });
|
||||
|
||||
thread::pool(move |scope| {
|
||||
thread::scope(move |scope| {
|
||||
scope.spawn(move || {
|
||||
for _ in 0..N / 4 {
|
||||
let a = A::alloc().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user