mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
remove todo
This commit is contained in:
parent
38019a0f8c
commit
f29db8a1ae
1 changed files with 0 additions and 2 deletions
|
@ -286,8 +286,6 @@ impl Inner {
|
|||
Ok(navigation_tree)
|
||||
}
|
||||
|
||||
// TODO(ry): We can just return ConfigFile and use ConfigFile::specifier
|
||||
// instead of returning URL in the tuple.
|
||||
/// Returns a tuple with parsed `ConfigFile` and `Url` pointing to that file.
|
||||
/// If there's no config file specified in settings returns `None`.
|
||||
fn get_config_file(&self) -> Result<Option<ConfigFile>, AnyError> {
|
||||
|
|
Loading…
Reference in a new issue