mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Nits
This commit is contained in:
@@ -86,9 +86,11 @@ pub enum Dtype {
|
||||
/// TODO(document)
|
||||
Struct {
|
||||
/// TODO(document)
|
||||
// FIXME: Why is this an option?
|
||||
name: Option<String>,
|
||||
|
||||
/// TODO(document)
|
||||
// FIXME: Just use vec for empty set of fields, no need for option?
|
||||
fields: Option<Vec<Named<Dtype>>>,
|
||||
|
||||
/// TODO(document)
|
||||
|
||||
Reference in New Issue
Block a user