Format code

This commit is contained in:
Quentin Gliech
2025-04-23 17:36:48 +02:00
parent df7109364f
commit ae819a398f

View File

@@ -54,7 +54,8 @@ struct LogContextInner {
/// The number of [`Future::poll`] recorded
polls: AtomicU64,
/// An approximation of the total CPU time spent in the context, in nanoseconds
/// An approximation of the total CPU time spent in the context, in
/// nanoseconds
cpu_time: AtomicU64,
}