Skip to content

Commit

Permalink
Fix docgen again
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-M committed May 18, 2023
1 parent 451fe52 commit 9d089c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/src/docgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ pub fn lang_features() -> Result<String, DynError> {
}
row.push(
lc.language_servers
.keys()
.filter_map(|ls| config.language_server.get(ls))
.iter()
.filter_map(|ls| config.language_server.get(&ls.name))
.map(|s| md_mono(&s.command.clone()))
.collect::<Vec<_>>()
.join(", "),
Expand Down

0 comments on commit 9d089c2

Please sign in to comment.