Skip to content

Commit

Permalink
chore: disable clippy:ptr_arg for parse/plan.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 20, 2024
1 parent 4293f7f commit 9d9c92e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
gen
/target/
**/*.rs.bk
*.iml
2 changes: 2 additions & 0 deletions rs/src/parse/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

//! Module providing toplevel parse/validation functions for plans.
#![allow(clippy::ptr_arg)]

use crate::input::proto::substrait;
use crate::output::diagnostic;
use crate::output::type_system::data;
Expand Down

0 comments on commit 9d9c92e

Please sign in to comment.