Skip to content

Commit 61f8def

Browse files
committed
placate check-pretty via comment rearrangement.
1 parent 9ed5faa commit 61f8def

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/run-pass/issue28498-ugeh-ex1.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ struct Concrete<'a>(u32, Cell<Option<&'a Concrete<'a>>>);
2121
struct Foo<T> { data: Vec<T> }
2222

2323
impl<T> Drop for Foo<T> {
24-
#[unsafe_destructor_blind_to_params] // This is the UGEH attribute
24+
// Below is the UGEH attribute
25+
#[unsafe_destructor_blind_to_params]
2526
fn drop(&mut self) { }
2627
}
2728

0 commit comments

Comments
 (0)