You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This warning is not emitted during the build process with cargo, so is not caught in github actions.
Suggestion
Basically, I do not want to put an [allow(non_snake_case_types)] attribute in my source code, so let me suggest adding the attribute to the type alias in question in sycamore-macro crate, or renaming the type alias like below.
Describe the bug
rust-analyzer reports a warning arising from the proc-macro.
To Reproduce
Follow the hello world example and write the source code in Visual Studio Code with rust-analyzer.
https://sycamore-rs.netlify.app/docs/getting_started/hello_world
Expected behavior
No warnings emitted.
Screenshots
Environment
Additional context
This warning is not emitted during the build process with cargo, so is not caught in github actions.
Suggestion
Basically, I do not want to put an
[allow(non_snake_case_types)]
attribute in my source code, so let me suggest adding the attribute to the type alias in question insycamore-macro
crate, or renaming the type alias like below.sycamore/packages/sycamore-macro/src/view.rs
Lines 157 to 166 in 90356a7
The text was updated successfully, but these errors were encountered: