mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Make from_syntax private
This commit is contained in:
parent
2aa125251e
commit
df6bbc6e42
2 changed files with 11 additions and 14 deletions
|
@ -243,7 +243,7 @@ impl Query {
|
|||
}
|
||||
}
|
||||
|
||||
/// `NavigationTarget` represents and element in the editor's UI whihc you can
|
||||
/// `NavigationTarget` represents and element in the editor's UI which you can
|
||||
/// click on to navigate to a particular piece of code.
|
||||
///
|
||||
/// Typically, a `NavigationTarget` corresponds to some element in the source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue