mitsuhiko / insta

A snapshot testing library for rust
https://insta.rs
Apache License 2.0
2.15k stars 98 forks source link

Move insta to folder #470

Closed mitsuhiko closed 6 months ago

mitsuhiko commented 6 months ago

This moves insta into a subfolder which should help with making cargo-dist work without breaking older rustc versions by forcing an unsupported key into the Cargo.toml.

mitsuhiko commented 6 months ago

This seems to surface a bug in insta where in workspaces, named doctests are misplaced in the wrong location.