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 72ab72c commit e61eefdCopy full SHA for e61eefd
1 file changed
src/dev_aid/lsp/tree_walk.rs
@@ -80,6 +80,7 @@ pub struct LocationInfo<'linker> {
80
81
/// A unique representation of what an object refers to.
82
#[derive(Clone, Copy, Debug)]
83
+#[allow(unused)]
84
pub enum RefersTo<'linker> {
85
LocalDecl(GlobalUUID, &'linker Declaration, FlatID),
86
LocalSubModule(GlobalUUID, &'linker SubModuleInstance, FlatID),
0 commit comments