Skip to content
Snippets Groups Projects
Commit 273879cb authored by Ian Jackson's avatar Ian Jackson
Browse files

Placate rustfmt

I found the previous layout *much* better.  Ah well.
parent 298b2421
No related branches found
No related tags found
1 merge request!512Do backtrace string matching test only on some platforms.
......@@ -264,11 +264,7 @@ mod test {
//
// So this list is a compromise. See
// https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/509#note_2803085
#[cfg(any(
target_os = "linux",
target_os = "macos",
target_os = "windows",
))]
#[cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))]
#[test]
fn internal_macro_test() {
let start_of_func = line!();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment