Rename Ccc to CccId (#287)
This commit is contained in:
committed by
GitHub
parent
42ae5fb974
commit
8e52d75992
+1
-1
@@ -75,7 +75,7 @@ pub struct Setting {
|
||||
}
|
||||
|
||||
impl Setting {
|
||||
/// Get a [`SettingValue`] value by name.
|
||||
/// Get a setting by name.
|
||||
pub fn get(key: &str, default: bool) -> Self {
|
||||
Self::from_file(key)
|
||||
.or_else(|| Self::from_env(key))
|
||||
|
||||
Reference in New Issue
Block a user