diff --git a/src/flutclient.rs b/src/flutclient.rs index fdfb362..4a97511 100644 --- a/src/flutclient.rs +++ b/src/flutclient.rs @@ -28,6 +28,7 @@ macro_rules! build_parser_type_enum { // add code here fn default() -> Self { $( + #[allow(unreachable_code)] #[cfg(feature = $feat)] return ParserTypes::$name(<$t>::default()); )*