We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22aa57 commit ae39ee2Copy full SHA for ae39ee2
compiler/rustc_middle/src/mir/basic_blocks.rs
@@ -35,7 +35,6 @@ impl<'tcx> BasicBlocks<'tcx> {
35
self.is_cyclic.is_cyclic(self)
36
}
37
38
- #[inline]
39
pub fn dominators(&self) -> Dominators<BasicBlock> {
40
dominators(&self)
41
0 commit comments