Remove public visibility for unimplemented fn.
This commit is contained in:
parent
5109ac5445
commit
84cd586b18
1 changed files with 2 additions and 2 deletions
|
@ -78,11 +78,11 @@ impl ApplicationRelatedData {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn get_general_feature_management() -> Option<bool> {
|
||||
fn get_general_feature_management() -> Option<bool> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn get_discretionary_data_objects() {
|
||||
fn get_discretionary_data_objects() {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue