Skip to content

Commit 53ef95b

Browse files
committed
Apply fmt
1 parent d1973c3 commit 53ef95b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/definition/resolve.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,9 +727,7 @@ impl Backend {
727727
/// `SymbolMap` lookup. This helper is retained for non-cursor-context
728728
/// uses (e.g. go-to-implementation) and as a fallback when no symbol
729729
/// map exists for the file.
730-
#[deprecated(
731-
note = "prefer SymbolMap lookup; kept as fallback and for non-cursor uses"
732-
)]
730+
#[deprecated(note = "prefer SymbolMap lookup; kept as fallback and for non-cursor uses")]
733731
pub fn extract_word_at_position(content: &str, position: Position) -> Option<String> {
734732
let lines: Vec<&str> = content.lines().collect();
735733
let line_idx = position.line as usize;

0 commit comments

Comments
 (0)