Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c5be8 commit 80994a2Copy full SHA for 80994a2
1 file changed
src/timestamp.rs
@@ -167,7 +167,7 @@ impl Timestamp {
167
impl Timestamp {
168
#[deprecated(
169
since = "1.10.0",
170
- note = "use `Timestamp::from_gregorian(ticks, counter)`"
+ note = "use `Timestamp::from_gregorian_time(ticks, counter)`"
171
)]
172
pub const fn from_rfc4122(ticks: u64, counter: u16) -> Self {
173
Timestamp::from_gregorian_time(ticks, counter)
@@ -188,7 +188,7 @@ impl Timestamp {
188
189
190
since = "1.23.0",
191
192
193
pub const fn from_gregorian(ticks: u64, counter: u16) -> Self {
194
0 commit comments