diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-02-15 18:18:13 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-02-17 09:18:33 -0500 |
| commit | 6c45e4540be20b7027ee6364eefc444b432b82ba (patch) | |
| tree | 4e5c1f0479314301cc9f78e38b767688ae77952a /src/libcore/num | |
| parent | bd12cd3d2fe2fd69cff05d4b710c8020dea2cdf7 (diff) | |
| download | rust-6c45e4540be20b7027ee6364eefc444b432b82ba.tar.gz rust-6c45e4540be20b7027ee6364eefc444b432b82ba.zip | |
Drop unused argument to float functions
Diffstat (limited to 'src/libcore/num')
| -rw-r--r-- | src/libcore/num/flt2dec/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/num/flt2dec/mod.rs b/src/libcore/num/flt2dec/mod.rs index 93a2348447e..f5cd26a1852 100644 --- a/src/libcore/num/flt2dec/mod.rs +++ b/src/libcore/num/flt2dec/mod.rs @@ -462,7 +462,6 @@ pub fn to_shortest_str<'a, T, F>( v: T, sign: Sign, frac_digits: usize, - _upper: bool, buf: &'a mut [u8], parts: &'a mut [Part<'a>], ) -> Formatted<'a> @@ -679,7 +678,6 @@ pub fn to_exact_fixed_str<'a, T, F>( v: T, sign: Sign, frac_digits: usize, - _upper: bool, buf: &'a mut [u8], parts: &'a mut [Part<'a>], ) -> Formatted<'a> |
