Skip to content

Commit 3e7a22e

Browse files
committed
Remove outdated comment
1 parent 4b6b506 commit 3e7a22e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc_resolve/lib.rs

-3
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)