Skip to content

Commit c2d1089

Browse files
committed
Allow clippy::needless_doctest_main
1 parent 11da54f commit c2d1089

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
//! [`TransformHermiteEasingPlugin`]: crate::hermite::TransformHermiteEasingPlugin
124124
125125
#![no_std]
126+
#![allow(clippy::needless_doctest_main)]
126127
#![expect(clippy::type_complexity)]
127128
#![warn(missing_docs)]
128129

0 commit comments

Comments
 (0)