FIX: Aaahhh! Make the linter happy

This commit is contained in:
Nicolás Hatcher
2024-11-25 23:18:44 +01:00
committed by Nicolás Hatcher Andrés
parent f7dac8b015
commit 283a44e109

View File

@@ -1,3 +1,5 @@
#![allow(clippy::unwrap_used)]
use crate::{expressions::types::Area, types::Border, BorderArea, UserModel}; use crate::{expressions::types::Area, types::Border, BorderArea, UserModel};
impl UserModel { impl UserModel {