[meta] Add more pub(crate) definitions.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::cdsl::settings::{SettingGroup, SettingGroupBuilder};
|
||||
|
||||
pub fn define() -> SettingGroup {
|
||||
pub(crate) fn define() -> SettingGroup {
|
||||
let mut settings = SettingGroupBuilder::new("shared");
|
||||
|
||||
settings.add_enum(
|
||||
|
||||
Reference in New Issue
Block a user