Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8cf136c

Browse files
committed
Allow missing docs for new version
1 parent fc7598c commit 8cf136c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

libraries/math/src/uint.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#![allow(clippy::assign_op_pattern)]
66
#![allow(clippy::ptr_offset_with_cast)]
77
#![allow(clippy::manual_range_contains)]
8+
#![allow(missing_docs)]
89

910
use uint::construct_uint;
1011

token-lending/program/src/math/decimal.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#![allow(clippy::assign_op_pattern)]
1212
#![allow(clippy::ptr_offset_with_cast)]
1313
#![allow(clippy::manual_range_contains)]
14+
#![allow(missing_docs)]
1415

1516
use {
1617
crate::{

token-lending/program/src/math/rate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#![allow(clippy::ptr_offset_with_cast)]
1818
#![allow(clippy::reversed_empty_ranges)]
1919
#![allow(clippy::manual_range_contains)]
20+
#![allow(missing_docs)]
2021

2122
use {
2223
crate::{

0 commit comments

Comments
 (0)