🎨 Retoques en documentación y código

This commit is contained in:
Manuel Cillero 2024-12-07 14:17:57 +01:00
parent 8c6776b364
commit e2f09b3127
4 changed files with 3 additions and 9 deletions

View file

@ -24,12 +24,6 @@ use std::sync::LazyLock;
pub mod config;
pub mod db;
/// *Prelude* del paquete.
pub mod prelude {
pub use crate::db;
pub use crate::install_migrations;
}
include_locales!(LOCALES_SEAORM);
/// Implementa [`PackageTrait`] y API específica.