Remove unnecessary bound

This commit is contained in:
Craig Watson 2025-05-27 08:40:34 -07:00
parent 15230cbee3
commit 7eb371729b

View file

@ -277,7 +277,7 @@ impl<T> Task<T> {
}
}
impl<T: std::fmt::Debug> std::fmt::Debug for Task<T> {
impl<T> std::fmt::Debug for Task<T> {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(
f,