Fix bad rebase and rustfmt

This commit is contained in:
Erlend Tobiassen 2019-01-27 15:29:02 +01:00
parent e2e1f4ceca
commit 08e12f974c
No known key found for this signature in database
GPG key ID: B48B8536A8F585B2

View file

@ -192,7 +192,7 @@ impl ModuleTree {
});
let (points_to, problem) = if sub.is_declaration {
let (points_to, problem) = resolve_submodule(db, file_id, &sub.name);
let (points_to, problem) = resolve_submodule(db, file_id, &sub.name, is_root);
let points_to = points_to
.into_iter()
.map(|file_id| {