1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

remove todo

This commit is contained in:
Ryan Dahl 2022-01-17 17:04:19 -05:00
parent 38019a0f8c
commit f29db8a1ae

View file

@ -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> {