Skip to content

Commit e61eefd

Browse files
committed
Fix RefersTo unused warning
1 parent 72ab72c commit e61eefd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dev_aid/lsp/tree_walk.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ pub struct LocationInfo<'linker> {
8080

8181
/// A unique representation of what an object refers to.
8282
#[derive(Clone, Copy, Debug)]
83+
#[allow(unused)]
8384
pub enum RefersTo<'linker> {
8485
LocalDecl(GlobalUUID, &'linker Declaration, FlatID),
8586
LocalSubModule(GlobalUUID, &'linker SubModuleInstance, FlatID),

0 commit comments

Comments
 (0)