mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Cleanup
This commit is contained in:
parent
64f0510d18
commit
5e7995eeb7
3 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ use std::{fs, path::PathBuf};
|
|||
|
||||
use anyhow::{bail, Result};
|
||||
|
||||
use crate::{project_root, run, run_rustfmt, run_with_output, Mode};
|
||||
use crate::{cmd::run_with_output, project_root, run, run_rustfmt, Mode};
|
||||
|
||||
// FIXME: if there are changed `.ts` files, also reformat TypeScript (by
|
||||
// shelling out to `npm fmt`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue