Skip to content

Commit

Permalink
misc: fixed deprecation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jan 20, 2021
1 parent 671436f commit 0bbdbd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 98 deletions.
1 change: 1 addition & 0 deletions crates/mun_language_server/src/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ mod tests {

#[test]
fn test_build_hierarchy_from_flat_list() {
#[allow(deprecated)]
let default_symbol = DocumentSymbol {
name: "".to_string(),
detail: None,
Expand Down

This file was deleted.

0 comments on commit 0bbdbd4

Please sign in to comment.