mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-10 02:56:52 +00:00
remove fixme
This commit is contained in:
parent
6955e392f8
commit
4d7fa6d30b
@ -136,8 +136,7 @@ where
|
||||
.as_ident()
|
||||
.expect("extern crate should have been desugared to one-element path"),
|
||||
);
|
||||
// FIXME: why do we return No here?
|
||||
(res, if res.is_none() { ReachedFixedPoint::No } else { ReachedFixedPoint::Yes })
|
||||
(res, ReachedFixedPoint::Yes)
|
||||
} else {
|
||||
let res =
|
||||
self.def_map.resolve_path_fp(self.db, ResolveMode::Import, module_id, &import.path);
|
||||
|
Loading…
Reference in New Issue
Block a user