diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-25 12:51:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-25 12:51:36 +0000 |
commit | 744ec58bc3c6bc0fbffda3c9bf5ad975a1542702 (patch) | |
tree | eda6e27372d87a84556528ce27602fa0dda2b2cf /crates/ra_ide/src/display | |
parent | 3853a3b6436e48a7e13dc75bfe6391fa1275f235 (diff) | |
parent | 6542ab89ceb32d6ec108a28ad9d938d24762c029 (diff) |
Merge #3303
3303: Simplify r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide/src/display')
-rw-r--r-- | crates/ra_ide/src/display/navigation_target.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/display/navigation_target.rs b/crates/ra_ide/src/display/navigation_target.rs index b42cb477e..c9d0058a6 100644 --- a/crates/ra_ide/src/display/navigation_target.rs +++ b/crates/ra_ide/src/display/navigation_target.rs | |||
@@ -125,7 +125,7 @@ impl NavigationTarget { | |||
125 | } | 125 | } |
126 | 126 | ||
127 | /// Allows `NavigationTarget` to be created from a `NameOwner` | 127 | /// Allows `NavigationTarget` to be created from a `NameOwner` |
128 | pub(crate) fn from_named( | 128 | fn from_named( |
129 | db: &RootDatabase, | 129 | db: &RootDatabase, |
130 | node: InFile<&dyn ast::NameOwner>, | 130 | node: InFile<&dyn ast::NameOwner>, |
131 | docs: Option<String>, | 131 | docs: Option<String>, |