mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
add empty_line_after_doc_comments and remove option_if_let_else (#8539)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
use std::{fmt, num::ParseIntError, str::FromStr};
|
||||
|
||||
/// A macro that generates types that maps "0" to "None" when parsing CLI arguments.
|
||||
|
||||
macro_rules! zero_as_none {
|
||||
($type_name:ident, $inner_type:ty) => {
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
|
||||
Reference in New Issue
Block a user