We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e913efe commit 8be10f7Copy full SHA for 8be10f7
src/cargo/core/compiler/timings.rs
@@ -649,7 +649,7 @@ static HTML_CANVAS: &str = r#"
649
<td><label for="scale">Scale:</label></td>
650
</tr>
651
<tr>
652
- <td><input type="range" min="0" max="30" value="0" id="min-unit-time"></td>
+ <td><input type="range" min="0" max="30" step="0.1" value="0" id="min-unit-time"></td>
653
<td><input type="range" min="1" max="50" value="20" id="scale"></td>
654
655
0 commit comments