We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a970e4 commit 455811dCopy full SHA for 455811d
encoderfile-core/src/transforms/engine/mod.rs
@@ -88,8 +88,7 @@ fn new_lua() -> Result<Lua, ApiError> {
88
ApiError::InternalError("Failed to create new Lua engine")
89
})?;
90
91
- lua.register_userdata_type::<Tensor>(|_| {})
92
- .map_err(|e| {
+ lua.register_userdata_type::<Tensor>(|_| {}).map_err(|e| {
93
tracing::error!(
94
"Failed to register Tensor as a UserType. This should not happen. More details: {:?}",
95
e
0 commit comments