]> git.lizzy.rs Git - rust.git/commit
Always print floats with a decimal point with the Debug formatter
authorDiggory Blake <diggsey@googlemail.com>
Mon, 18 Dec 2017 23:16:00 +0000 (23:16 +0000)
committerDiggory Blake <diggsey@googlemail.com>
Tue, 19 Dec 2017 01:35:35 +0000 (01:35 +0000)
commit3e98f18280a9204f9476f3a7ffc83782ea81dfdf
treeb328946bd1d65773f9ce6e654c386c50799b5cd4
parentb058dc0107b734b0a1a664ca0209366bb59eb3e9
Always print floats with a decimal point with the Debug formatter
src/libcore/fmt/float.rs
src/libcore/tests/fmt/float.rs
src/test/run-pass/ifmt.rs