We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f608cd commit 6cf207bCopy full SHA for 6cf207b
1 file changed
tests/pstack_test.rs
@@ -79,7 +79,10 @@ fn pstack_module_flag_shows_module_paths() {
79
}
80
81
#[test]
82
-#[cfg_attr(not(debug_assertions), ignore = "optimized builds may inline source locations")]
+#[cfg_attr(
83
+ not(debug_assertions),
84
+ ignore = "optimized builds may inline source locations"
85
+)]
86
fn pstack_verbose_shows_source_locations() {
87
let output = common::run_ptool(
88
"pstack",
0 commit comments