diff --git a/src/rust/engine/fs/brfs/src/main.rs b/src/rust/engine/fs/brfs/src/main.rs index c1140ad0cd59..f855e3924a73 100644 --- a/src/rust/engine/fs/brfs/src/main.rs +++ b/src/rust/engine/fs/brfs/src/main.rs @@ -26,7 +26,7 @@ #![allow(clippy::new_without_default, clippy::new_ret_no_self)] // Arc can be more clear than needing to grok Orderings: #![allow(clippy::mutex_atomic)] -#![type_length_limit = "1303884"] +#![type_length_limit = "1303889"] use std::collections::hash_map::Entry::{Occupied, Vacant}; use std::collections::HashMap;