Moved settings_file.rs into settings crate. Should be ready to start now :D
This commit is contained in:
parent
0beb97547e
commit
5487f99ac7
7 changed files with 20 additions and 12 deletions
|
@ -2,7 +2,6 @@ mod feedback;
|
|||
pub mod languages;
|
||||
pub mod menus;
|
||||
pub mod paths;
|
||||
pub mod settings_file;
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub mod test;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue