imazen / imageflow

High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
https://docs.imageflow.io/
GNU Affero General Public License v3.0
4.14k stars 140 forks source link

.rustfmt.toml: Fix invalid TOML #647

Closed andersk closed 2 months ago

andersk commented 2 months ago

Fixes this error when running rustfmt or cargo fmt:

Could not parse TOML: TOML parse error at line 5, column 17
  |
5 | group_imports = StdExternalCrate
  |                 ^
invalid string
expected `"`, `'`
lilith commented 2 months ago

Thanks!