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
Hi, I'm closing this issue just to clean up the items that already exist. If you think this issue makes sense to stay open, please create a new issue with updated information and mention this one.
In this example,
static LANGUAGE: &str = "Rust";
can change to
const LANGUAGE: &str = "Rust";
There is no difference shows. If so, why not just simplified to always use const
The text was updated successfully, but these errors were encountered: