Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.rustfmt.toml: Fix invalid TOML #647

Merged
merged 1 commit into from
Apr 24, 2024
Merged

.rustfmt.toml: Fix invalid TOML #647

merged 1 commit into from
Apr 24, 2024

Conversation

andersk
Copy link
Contributor

@andersk andersk commented Apr 24, 2024

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 `"`, `'`

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 `"`, `'`

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@lilith lilith merged commit 8a01879 into imazen:main Apr 24, 2024
1 check passed
@lilith
Copy link
Member

lilith commented Apr 24, 2024

Thanks!

@andersk andersk deleted the rustfmt-toml branch April 24, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants