Fix the formatting of timestamp_micros's Example doc

This commit is contained in:
Eden Mikitas 2023-10-04 09:54:21 +03:00 committed by Paul Dicker
parent 7c419a358e
commit 94f9738b03

View File

@ -445,7 +445,8 @@ pub trait TimeZone: Sized + Clone {
/// Makes a new `DateTime` from the number of non-leap microseconds
/// since January 1, 1970 0:00:00 UTC (aka "UNIX timestamp").
///
/// #Example
/// # Example
///
/// ```
/// use chrono::{Utc, TimeZone};
///