Skip to content

Commit 1e1e71c

Browse files
committed
---
yaml --- r: 273663 b: refs/heads/beta c: 3e7a22e h: refs/heads/master i: 273661: a966fd3 273659: bb7633f 273655: 6371e75 273647: eb16f39 273631: f417db1 273599: f1d9855 273535: 8f913f2 273407: ab0d916
1 parent 4d2c95a commit 1e1e71c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: 4b6b506ef4b62d5099833b11cb8a639644933c6f
26+
refs/heads/beta: 3e7a22e3bcc264ad5d5a601f106f6fb9ad564d8e
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/src/librustc_resolve/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,9 +1365,6 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> {
13651365

13661366
/// Attempts to resolve the module part of an import directive or path
13671367
/// rooted at the given module.
1368-
///
1369-
/// On success, returns the resolved module, and the closest *private*
1370-
/// module found to the destination when resolving this path.
13711368
fn resolve_module_path(&mut self,
13721369
module_path: &[Name],
13731370
use_lexical_scope: UseLexicalScopeFlag,

0 commit comments

Comments
 (0)