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

Fix charlist warning for Elixir 1.17 #38

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

jgelens
Copy link
Contributor

@jgelens jgelens commented Jul 23, 2024

Prevents the following warning:

     warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
     │
 348 │         {'location', download} = List.keyfind(headers, 'location', 0)
     │          ~
     │
     └─ lib/dart_sass.ex:348:10

     warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
     │
 348 │         {'location', download} = List.keyfind(headers, 'location', 0)
     │                                                        ~
     │
     └─ lib/dart_sass.ex:348:56

Copy link
Member

@mcrumm mcrumm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mcrumm mcrumm merged commit b23ff4d into CargoSense:main Jul 23, 2024
2 checks passed
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