mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Ignore code inside doc comment to fix CI failing
This commit is contained in:
parent
be6b2c8a71
commit
28b5b6fcaa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue