diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-03-14 05:15:56 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-03-26 18:23:55 +0000 |
| commit | 3e7a22e3bcc264ad5d5a601f106f6fb9ad564d8e (patch) | |
| tree | 04723ad6fb9c289f9306fc668bcc4a0407c27e6d | |
| parent | 4b6b506ef4b62d5099833b11cb8a639644933c6f (diff) | |
| download | rust-3e7a22e3bcc264ad5d5a601f106f6fb9ad564d8e.tar.gz rust-3e7a22e3bcc264ad5d5a601f106f6fb9ad564d8e.zip | |
Remove outdated comment
| -rw-r--r-- | src/librustc_resolve/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_resolve/lib.rs b/src/librustc_resolve/lib.rs index fba9bdc2cf0..eacea848d94 100644 --- a/src/librustc_resolve/lib.rs +++ b/src/librustc_resolve/lib.rs @@ -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, |
