Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
0.4.2
- When using rustfmt, normalize doc attributes in the expanded code
0.4.1
- Error message improvements when expanding a single item and rustfmt is not available or the item does not exist
0.3.20
- Switch from deprecated
isatty
crate to atty
0.3.19
- Produce expanded output even if there are typecheck errors
0.3.18
- Fix "error: multiple input filenames provided" when invoked through stable toolchain (#32)
- Handle
cargo expand --version
0.3.16
- Set
--profile=check
to improve performance (#28)
0.3.15
- Better error handling and Windows support (#27, thanks @ehuss)
0.3.14
- Look for a nightly toolchain if being run with anything else (#10)