diff --git a/src/actions/hover.rs b/src/actions/hover.rs index f2a5ea8990d..24d9504e34f 100644 --- a/src/actions/hover.rs +++ b/src/actions/hover.rs @@ -142,7 +142,7 @@ pub fn extract_docs( }; } - if in_meta { + if !hit_top && in_meta { // Ignore milti-line attributes trace!( "extract_docs: ignoring multi-line attribute, next_row: {:?}, up: {}, in_meta: {}",