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 d118997 commit 25b32f9Copy full SHA for 25b32f9
crates/ra_hir/src/ty/utils.rs
@@ -1,3 +1,6 @@
1
+//! Helper functions for working with def, which don't need to be a separate
2
+//! query, but can't be computed directly from `*Data` (ie, which need a `db`).
3
+
4
use hir_def::{
5
db::DefDatabase,
6
resolver::{HasResolver, TypeNs},
0 commit comments