Skip to content

Commit

Permalink
Up type length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gshuflin committed Jul 13, 2020
1 parent fdf5559 commit 88db7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/engine/fs/brfs/src/main.rs
Expand Up @@ -26,7 +26,7 @@
#![allow(clippy::new_without_default, clippy::new_ret_no_self)]
// Arc<Mutex> 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;
Expand Down

0 comments on commit 88db7a9

Please sign in to comment.