Remove unnecessary bound
This commit is contained in:
parent
15230cbee3
commit
7eb371729b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue