mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Import serde derives on converting json to struct
This commit is contained in:
parent
c1a175f61e
commit
851f6db7f7
17 changed files with 357 additions and 224 deletions
|
@ -43,7 +43,7 @@ mod tests {
|
|||
use crate::{tests::check_diagnostics_with_config, DiagnosticsConfig};
|
||||
|
||||
pub(crate) fn check(ra_fixture: &str) {
|
||||
let config = DiagnosticsConfig::default();
|
||||
let config = DiagnosticsConfig::test_sample();
|
||||
check_diagnostics_with_config(config, ra_fixture)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue