We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0b0afc + e217a95 commit 451a8f2Copy full SHA for 451a8f2
packages/router-macro/src/lib.rs
@@ -559,6 +559,7 @@ impl RouteEnum {
559
#(#type_defs)*
560
561
#[allow(non_camel_case_types)]
562
+ #[allow(clippy::derive_partial_eq_without_eq)]
563
#[derive(Debug, PartialEq)]
564
pub enum #match_error_name {
565
#(#error_variants),*
packages/router-macro/src/segment.rs
@@ -309,6 +309,7 @@ pub(crate) fn create_error_type(
309
310
quote! {
311
312
313
314
pub enum #error_name {
315
ExtraSegments(String),
0 commit comments