chore: Rust 1.87.0 linting

This commit is contained in:
Jack Wills
2025-05-26 13:45:59 +00:00
parent 324f826827
commit 395b1aa7e9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ impl AppData {
/// Container state methods
/// Get the total number of none "hidden" containers
pub fn get_container_len(&self) -> usize {
pub const fn get_container_len(&self) -> usize {
self.containers.items.len()
}