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
Fair point, ideally we would just call it _, but that requires Rust 1.37. Changing the name of __getrandom_internal shouldn't break anything. It's name doesn't matter unlike __getrandom_custom.
Constant
__getrandom_internal
should have UPPER_SNAKE_CASE name, e.g.__GETRANDOM_INTERNAL
rust-analyzernon_upper_case_globalswith
getrandom = { version = "0.2", features = ["custom"] }
The text was updated successfully, but these errors were encountered: