mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 18:58:41 +00:00
ci: Require miri step
This commit is contained in:
parent
d3aeddfb77
commit
7a1e9c4b0c
4 changed files with 10 additions and 10 deletions
|
@ -254,7 +254,7 @@ impl TidyDocs {
|
|||
d.file_name()
|
||||
.unwrap_or_default()
|
||||
.to_str()
|
||||
.map(|f_n| file_names.iter().any(|name| *name == f_n))
|
||||
.map(|f_n| file_names.contains(&f_n))
|
||||
.unwrap_or(false)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue