Code hygiene.

This commit is contained in:
Dimitri Sabadie 2021-02-27 23:09:50 +01:00
parent dd7ae34670
commit 469a785767
No known key found for this signature in database
GPG Key ID: B313786A66884DCD

View File

@ -6,11 +6,10 @@
//! Splines constructed with this crate have the property that its possible to change the
//! interpolation mode on a key-based way, allowing you to implement and encode complex curves.
use crate::interpolation::Interpolation;
#[cfg(feature = "serialization")]
use serde_derive::{Deserialize, Serialize};
use crate::interpolation::Interpolation;
/// A spline control point.
///
/// This type associates a value at a given interpolation parameter value. It also contains an