mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: remove useless Box
This commit is contained in:
@@ -71,7 +71,7 @@ where
|
||||
content,
|
||||
content_changed,
|
||||
version,
|
||||
function: Arc::new(Box::new(function)),
|
||||
function: Arc::new(function),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user