summaryrefslogtreecommitdiff
path: root/tests/expectations/struct_with_anon_struct_array_float.rs
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2017-10-27lib: rustfmt output to stdoutManas Karekar
Simplify the rustfmt and write mechanism. Use rustfmt generated string to allow writing to stdout or to rustfmt a file.
2017-08-09Small dedicated tests for derive HashZhiting Zhu