Ignore code inside doc comment to fix CI failing

This commit is contained in:
Filip Tibell 2023-09-17 12:35:28 -05:00
parent be6b2c8a71
commit 28b5b6fcaa
No known key found for this signature in database

View file

@ -61,7 +61,7 @@ impl DateTime {
To use this method the same way you would use a more traditional `from_unix_timestamp`
that takes a `u64` of seconds or similar type, casting the value is sufficient:
```rust
```rust ignore
DateTime::from_unix_timestamp_float(123456789u64 as f64)
```