You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: there is no argument named s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:134:49
|
134 | "failed to parse float array in {s}"
| ^^^
error: there is no argument named s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:162:49
|
162 | "failed to parse float array in {s}"
| ^^^
error: there is no argument named s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:181:49
|
181 | "failed to parse float array in {s}"
| ^^^
error: there is no argument named new_elm
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/funcs.rs:27:17
|
27 | Ok(format!("{new_elm}"))
| ^^^^^^^^^
Is there an easy way to resolve this beyond without having to modify code or forking the repo?
The text was updated successfully, but these errors were encountered:
error: there is no argument named
s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:134:49
|
134 | "failed to parse float array in {s}"
| ^^^
error: there is no argument named
s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:162:49
|
162 | "failed to parse float array in {s}"
| ^^^
error: there is no argument named
s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:181:49
|
181 | "failed to parse float array in {s}"
| ^^^
error: there is no argument named
new_elm
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/funcs.rs:27:17
|
27 | Ok(format!("{new_elm}"))
| ^^^^^^^^^
Is there an easy way to resolve this beyond without having to modify code or forking the repo?
The text was updated successfully, but these errors were encountered: