Clean up whitespace
This commit is contained in:
parent
febd7ee239
commit
8b79bed6dd
1 changed files with 1 additions and 1 deletions
|
|
@ -366,10 +366,10 @@ class lookup {
|
|||
}
|
||||
|
||||
fn add_candidates_from_scope(use_assignability: bool) {
|
||||
|
||||
// If we're using coherence and this is one of the method invocation
|
||||
// forms it supports, don't use this method; it'll result in lots of
|
||||
// multiple-methods-in-scope errors.
|
||||
|
||||
if self.fcx.ccx.trait_map.contains_key(self.expr.id) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue