mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Update tidy ignore list
This commit is contained in:
parent
ab21cf2f4f
commit
93b09ca067
2 changed files with 4 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue