]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/impl.rs
Fix static async closure qualifier order
[rust.git] / tests / target / impl.rs
index 5895c74bcc9f1d5dcff6a118e8778ac25c0e6fa8..f37fbcf1fcbcc607d3bd6890f90d3c3168b87390 100644 (file)
@@ -8,7 +8,7 @@ impl<K, V, NodeRef: Deref<Target = Node<K, V>>> Handle<NodeRef, handle::Edge, ha
 
 impl<V> Test<V>
 where
-    V: Clone, // This comment is NOT removed by formating!
+    V: Clone, // This comment is NOT removed by formatting!
 {
     pub fn new(value: V) -> Self {
         Test {