mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Remove todo!()
s
This commit is contained in:
parent
e243a03da1
commit
5fdd1e36e3
2 changed files with 79 additions and 76 deletions
|
@ -191,7 +191,7 @@ impl InferenceContext<'_> {
|
|||
path.segments().skip(remaining_index),
|
||||
)
|
||||
}
|
||||
Path::LangItem(_, seg) => (
|
||||
Path::LangItem(..) => (
|
||||
PathSegment {
|
||||
name: {
|
||||
_d = hir_expand::name::known::Unknown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue