Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Apr 21, 2024
1 parent 536a88f commit cf97cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion njord_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mod util;
/// name: String,
/// price: f64,
/// in_stock: bool,
/// discount: Option<f64>, // TODO: Option<f64> not working
/// discount: f64, // TODO: Option<f64> not working
/// }
///
/// #[derive(Table)]
Expand Down

0 comments on commit cf97cb1

Please sign in to comment.