We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4e81f commit 60b2d93Copy full SHA for 60b2d93
crates/codelens-core/benches/counting.rs
@@ -13,8 +13,7 @@ fn make_rust_lang() -> Language {
13
block_comments = [["/*", "*/"]]
14
nested_comments = true
15
"#;
16
- let langs: std::collections::HashMap<String, Language> =
17
- toml::from_str(toml).unwrap();
+ let langs: std::collections::HashMap<String, Language> = toml::from_str(toml).unwrap();
18
langs.into_values().next().unwrap()
19
}
20
0 commit comments