We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38b91c commit db2bcb2Copy full SHA for db2bcb2
src/librustc/ty/context.rs
@@ -1,5 +1,7 @@
1
//! Type context book-keeping.
2
3
+// ignore-tidy-filelength
4
+
5
use crate::arena::Arena;
6
use crate::dep_graph::DepGraph;
7
use crate::dep_graph::{self, DepNode, DepConstructor};
0 commit comments