File: drop-format-test

package info (click to toggle)
rust-rowan 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 324 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/tests/tidy1.rs	2023-09-26 10:36:30.906471374 +0100
+++ b/tests/tidy.rs	2023-09-26 10:36:32.834487265 +0100
@@ -32,6 +32,7 @@
 }
 
 #[test]
+#[ignore]
 fn check_code_formatting() {
     let dir = project_root();
     if run("rustfmt +stable --version", &dir).is_err() {