Skip to content

Commit

Permalink
placate check-pretty via comment rearrangement.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Oct 8, 2015
1 parent 9ed5faa commit 61f8def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/run-pass/issue28498-ugeh-ex1.rs
Expand Up @@ -21,7 +21,8 @@ struct Concrete<'a>(u32, Cell<Option<&'a Concrete<'a>>>);
struct Foo<T> { data: Vec<T> }

impl<T> Drop for Foo<T> {
#[unsafe_destructor_blind_to_params] // This is the UGEH attribute
// Below is the UGEH attribute
#[unsafe_destructor_blind_to_params]
fn drop(&mut self) { }
}

Expand Down

0 comments on commit 61f8def

Please sign in to comment.