chore: remove useless Box

This commit is contained in:
Mayeul@Zama
2022-10-19 10:29:26 +02:00
committed by mayeul-zama
parent 50a2f1602a
commit 5a955a6e15

View File

@@ -71,7 +71,7 @@ where
content,
content_changed,
version,
function: Arc::new(Box::new(function)),
function: Arc::new(function),
}
}