mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
10 lines
No EOL
341 B
Diff
10 lines
No EOL
341 B
Diff
--- a/crates/rust-analyzer/tests/slow-tests/tidy.rs
|
|
+++ b/crates/rust-analyzer/tests/slow-tests/tidy.rs
|
|
@@ -6,6 +6,7 @@ use std::{
|
|
use xshell::{cmd, pushd, pushenv, read_file};
|
|
|
|
#[test]
|
|
+#[ignore]
|
|
fn check_code_formatting() {
|
|
let _dir = pushd(sourcegen::project_root()).unwrap();
|
|
let _e = pushenv("RUSTUP_TOOLCHAIN", "stable");
|