Skip to content

Commit 1269e89

Browse files
committed
Comment that Complex doesn't impl Default, yet
1 parent 826357f commit 1269e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ tensor_type!(u8, UInt8);
527527
tensor_type!(i16, Int16);
528528
tensor_type!(i8, Int8);
529529
// TODO: provide type for String
530-
// TODO: provide type for Complex
530+
// TODO: provide type for Complex. Pending impl of Default: https://github.com/rust-num/num/issues/198
531531
tensor_type!(i64, Int64);
532532
tensor_type!(bool, Bool);
533533
// TODO: provide type for BFloat16

0 commit comments

Comments
 (0)