Update tidy ignore list

This commit is contained in:
Lukas Wirth 2022-03-06 19:11:05 +01:00
parent ab21cf2f4f
commit 93b09ca067
2 changed files with 4 additions and 3 deletions

View file

@ -149,6 +149,7 @@ fn resolve_doc_path(
};
let modpath = {
// FIXME: this is not how we should get a mod path here
let ast_path = ast::SourceFile::parse(&format!("type T = {};", link))
.syntax_node()
.descendants()