Skip to content

Commit 971f267

Browse files
committed
Adjust CPU resource rule
1 parent 14d1f0b commit 971f267

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/contributor/pages/code-style-guide.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,6 @@ let memory: MemoryQuantity = "10Gi".parse();
421421
422422
[source,rust]
423423
----
424-
// Biggest matching unit
425-
let memory: CpuQuantity = "100m".parse();
426-
let memory: CpuQuantity = "500m".parse();
427-
let memory: CpuQuantity = "1".parse();
428-
let memory: CpuQuantity = "2".parse();
429-
430424
// Always m
431425
let memory: CpuQuantity = "100m".parse();
432426
let memory: CpuQuantity = "500m".parse();

0 commit comments

Comments
 (0)