Remove outdated comment

This commit is contained in:
Jeffrey Seyfried 2016-03-14 05:15:56 +00:00
parent 4b6b506ef4
commit 3e7a22e3bc
1 changed files with 0 additions and 3 deletions

View File

@ -1365,9 +1365,6 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> {
/// Attempts to resolve the module part of an import directive or path
/// rooted at the given module.
///
/// On success, returns the resolved module, and the closest *private*
/// module found to the destination when resolving this path.
fn resolve_module_path(&mut self,
module_path: &[Name],
use_lexical_scope: UseLexicalScopeFlag,