File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ impl Duration {
606
606
///
607
607
/// Spec: <https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round>
608
608
///
609
- // Spec last accesed : 2025-05-16, <https://github.com/tc39/proposal-temporal/tree/c150e7135c56afc9114032e93b53ac49f980d254>
609
+ // Spec last accessed : 2025-05-16, <https://github.com/tc39/proposal-temporal/tree/c150e7135c56afc9114032e93b53ac49f980d254>
610
610
#[ inline]
611
611
pub fn round_with_provider (
612
612
& self ,
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ impl UnitGroup {
335
335
///
336
336
/// Spec: <https://tc39.es/proposal-temporal/#table-temporal-units>
337
337
//
338
- // Spec last accesed : 2025-05-16, <https://github.com/tc39/proposal-temporal/tree/c150e7135c56afc9114032e93b53ac49f980d254>
338
+ // Spec last accessed : 2025-05-16, <https://github.com/tc39/proposal-temporal/tree/c150e7135c56afc9114032e93b53ac49f980d254>
339
339
const UNIT_VALUE_TABLE : [ Unit ; 10 ] = [
340
340
Unit :: Year ,
341
341
Unit :: Month ,
@@ -455,7 +455,7 @@ impl Unit {
455
455
///
456
456
/// Spec: <https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits>
457
457
//
458
- // Spec last accesed : 2025-05-16, <https://github.com/tc39/proposal-temporal/tree/c150e7135c56afc9114032e93b53ac49f980d254>
458
+ // Spec last accessed : 2025-05-16, <https://github.com/tc39/proposal-temporal/tree/c150e7135c56afc9114032e93b53ac49f980d254>
459
459
#[ inline]
460
460
#[ must_use]
461
461
pub fn larger ( u1 : Unit , u2 : Unit ) -> Unit {
@@ -472,7 +472,7 @@ impl Unit {
472
472
}
473
473
}
474
474
475
- // TODO: Is this correct???
475
+ // NOTE(HalidOdat): deviation from specification.
476
476
Unit :: Auto
477
477
}
478
478
}
You can’t perform that action at this time.
0 commit comments