rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 41 forks source link

Read string out of target name instead of serializing toml value to a string #17

Closed Nemo157 closed 4 years ago

Nemo157 commented 4 years ago

Should fix https://github.com/rust-lang/crater/issues/493, but I haven't setup enough of a crater dev environment to test it yet.

(I did test this function in isolation run against that crate to make sure it no longer removed the tests).

pietroalbini commented 4 years ago

Thanks!