]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/reorder-impl-items.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / reorder-impl-items.rs
index ab008b89d22aceecc9d2cc2c823e90aa5b7449ec..16efff55b06608e168264f1466b3a2d3acf69da5 100644 (file)
@@ -1,6 +1,6 @@
 // rustfmt-reorder_impl_items: true
 
-// The ordering of the folllowing impl items should be idempotent.
+// The ordering of the following impl items should be idempotent.
 impl<'a> Command<'a> {
     pub fn send_to(&self, w: &mut io::Write) -> io::Result<()> {
         match self {