3.3 constants, it not clear
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
3.3 constants, it not clear #1655
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