Skip to content

Commit 609b36f

Browse files
committed
Fix clippy warning
1 parent 01b5596 commit 609b36f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rs/parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ impl MapFile {
100100
since = "2.8.0",
101101
note = "Use either `new_from_map_file` or `new_from_map_str` instead."
102102
)]
103+
#[allow(clippy::new_without_default)]
103104
pub fn new() -> Self {
104105
Self::new_impl()
105106
}

0 commit comments

Comments
 (0)