Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![crate_name="inline_dtor"]
pub struct Foo;
impl Drop for Foo {
#[inline]
fn drop(&mut self) {}
}