refactor: migrate from mod.rs to named module files

This commit is contained in:
Christian Visintin
2026-04-19 01:54:46 +05:30
parent bc14b049c0
commit 0d24662b3d
20 changed files with 0 additions and 0 deletions
-15
View File
@@ -1,15 +0,0 @@
//! ## System
//!
//! `system` is the module which contains functions and data types related to current system
// modules
pub mod auto_update;
pub mod bookmarks_client;
pub mod config_client;
pub mod environment;
mod keys;
pub mod logging;
pub mod notifications;
pub mod sshkey_storage;
pub mod theme_provider;
pub mod watcher;