]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/mismatching_type_param_order.rs
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / mismatching_type_param_order.rs
index c2195bf18d1d063485121ee629d280cf2e3e861f..40c1fcae1fd3fb172004276a8f8a8df3ae8821c6 100644 (file)
@@ -1,5 +1,5 @@
 #![warn(clippy::mismatching_type_param_order)]
-#![allow(clippy::disallowed_name)]
+#![allow(clippy::disallowed_names)]
 
 fn main() {
     struct Foo<A, B> {