mirror of
https://github.com/ankitects/anki.git
synced 2025-11-20 03:27:13 -05:00
prost-build doesn't generate rustfmt-safe code, so we had to add it to the ignore list for rustfmt on "make check". However, the ignore list isn't supported by stable rustfmt, so we have to work around this some other way -- in this case, just do "rustfmt" on the generated file in "build.rs" (this way, formatting errors in checked-in source code are still caught but generated code doesn't cause spurrious errors). Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> |
||
|---|---|---|
| .. | ||
| ftl | ||
| src | ||
| templates | ||
| tests/support | ||
| .gitignore | ||
| build.rs | ||
| Cargo.toml | ||
| Makefile | ||
| README.md | ||
| rust-toolchain | ||
To build from scratch, please see https://github.com/ankitects/anki