// Test impls impl JSTraceable for SmallVec<[T; 1]> {} impl>> Handle { // Keep this. } impl Test where V: Clone, // This comment is NOT removed by formating! { pub fn new(value: V) -> Self { Test { cloned_value: value.clone(), value: value, } } } impl Foo for T // comment1 where // comment2 // blah T: Clone, { }