mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-03 16:53:30 +02:00
Avoid unneeded castings
This commit is contained in:
+1
-1
@@ -245,7 +245,7 @@ impl<'a> WatchState<'a> {
|
||||
progress_bar(
|
||||
stdout,
|
||||
self.app_state.n_done(),
|
||||
self.app_state.exercises().len() as u16,
|
||||
self.app_state.exercises().len() as u32,
|
||||
self.term_width,
|
||||
)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user