Skip to content
Snippets Groups Projects
Commit a2e23c02 authored by Jeff Belgum's avatar Jeff Belgum Committed by CQ bot account: commit-bot@chromium.org
Browse files

[rust] Update Time and Duration methods to the into_* form.

It is more idiomatic and avoids ambiguity as to whether e.g. `nanos`,
`micros`, and `millis` refers to the subsecond part of a struct or
the entire value represented in that unit of measure.

Updates all uses of the methods in fuchsia.git and deprecates the old
methods.

TEST=CQ

Change-Id: Ibe67ffd028169cffdac0c1ce662bdb78fe7b1cd4
parent 11cf4842
No related branches found
No related tags found
No related merge requests found
Showing
with 77 additions and 40 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment