We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09aceea commit 7413a99Copy full SHA for 7413a99
crates/hir-def/src/nameres/mod_resolution.rs
@@ -7,7 +7,7 @@ use syntax::SmolStr;
7
8
use crate::{db::DefDatabase, HirFileId};
9
10
-const MOD_DEPTH_LIMIT: Limit = Limit::new(32);
+static MOD_DEPTH_LIMIT: Limit = Limit::new(32);
11
12
#[derive(Clone, Debug)]
13
pub(super) struct ModDir {
0 commit comments