We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d598b commit 6533c24Copy full SHA for 6533c24
1 file changed
src/lib.rs
@@ -88,7 +88,7 @@ impl<T> Complex<T> {
88
/// Create a new Complex
89
#[inline]
90
pub const fn new(re: T, im: T) -> Self {
91
- Complex { re: re, im: im }
+ Complex { re, im }
92
}
93
94
0 commit comments