We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy::needless_doctest_main
1 parent 11da54f commit c2d1089Copy full SHA for c2d1089
1 file changed
src/lib.rs
@@ -123,6 +123,7 @@
123
//! [`TransformHermiteEasingPlugin`]: crate::hermite::TransformHermiteEasingPlugin
124
125
#![no_std]
126
+#![allow(clippy::needless_doctest_main)]
127
#![expect(clippy::type_complexity)]
128
#![warn(missing_docs)]
129
0 commit comments