Skip to content

Commit

Permalink
lint..
Browse files Browse the repository at this point in the history
  • Loading branch information
just-in-chang committed Sep 12, 2024
1 parent 0384e2d commit 2090072
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions rust/clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disallowed-macros = ["clippy::too_long_first_doc_paragraph"]
2 changes: 0 additions & 2 deletions rust/sdk/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#[allow(clippy::too_long_first_doc_paragraph)]

pub mod builder;
pub mod common_steps; // TODO: Feature gate this?
pub mod test;
Expand Down

0 comments on commit 2090072

Please sign in to comment.