Skip to content

Commit

Permalink
Ignore code inside doc comment to fix CI failing
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Sep 17, 2023
1 parent be6b2c8 commit 28b5b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lune/builtins/datetime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 28b5b6f

Please sign in to comment.