Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 12, 2024
1 parent 27e63d4 commit 25eaa79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// auto-generated docs.
#![allow(clippy::tabs_in_doc_comments)]
#![allow(clippy::doc_markdown)]

// TODO: Make clippy happy
#![allow(clippy::doc_lazy_continuation)]
//! Library and CLI containing types and functionality for working with Stellar
//! XDR.
//!
Expand Down

0 comments on commit 25eaa79

Please sign in to comment.