🚨 Aplica retoques por ejecución de clippy
This commit is contained in:
parent
3bb2355b4f
commit
efc4839613
3 changed files with 12 additions and 8 deletions
|
@ -11,6 +11,12 @@ use std::sync::LazyLock;
|
|||
|
||||
pub struct Application;
|
||||
|
||||
impl Default for Application {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Application {
|
||||
/// Crea una instancia de la aplicación.
|
||||
pub fn new() -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue