Error with .expect()
instead off .unwrap()
where code should indeed panic
#72
Labels
good first issue
Good for newcomers
There are a few spots in the
scheduler.rs
where the code should indeed panic..expect()
instead of.unwrap()
to document whyon
handle.await
andpjs.lock()
anditer.next().unwrap(); // we assume there is at least 1.
The text was updated successfully, but these errors were encountered: