]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/inconsistent_struct_constructor.rs
Rollup merge of #85760 - ChrisDenton:path-doc-platform-specific, r=m-ou-se
[rust.git] / src / tools / clippy / clippy_lints / src / inconsistent_struct_constructor.rs
index d138c3a8acfefc0ff50b822ce6bb0d926b2f0116..3b635071f28aa59109d367f0fd36e7d10671694f 100644 (file)
@@ -58,7 +58,7 @@
     /// Foo { x, y };
     /// ```
     pub INCONSISTENT_STRUCT_CONSTRUCTOR,
-    style,
+    pedantic,
     "the order of the field init shorthand is inconsistent with the order in the struct definition"
 }