Skip to content

Commit

Permalink
Fixing clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Nov 5, 2023
1 parent de18d57 commit 4274f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/python/parser/src/function/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::types::type_::TypeParser;


#[derive(Default)]
pub struct FunctionParser;
pub struct FunctionParser {}

impl Parser<&str> for FunctionParser {
type Output = Function;
Expand Down

0 comments on commit 4274f53

Please sign in to comment.