@@ -41,20 +41,5 @@ pub use self::rgb_cmyk_conversion::rgb_to_cmyk;
4141pub use self :: rgb_hsv_conversion:: { hsv_to_rgb, rgb_to_hsv, ColorError , Hsv , Rgb } ;
4242pub use self :: roman_numerals:: { int_to_roman, roman_to_int} ;
4343pub use self :: speed:: { convert_speed, SpeedUnit } ;
44- pub use self :: temperature:: {
45- celsius_to_delisle, celsius_to_fahrenheit, celsius_to_kelvin, celsius_to_newton,
46- celsius_to_rankine, celsius_to_reaumur, celsius_to_romer, delisle_to_celsius,
47- delisle_to_fahrenheit, delisle_to_kelvin, delisle_to_newton, delisle_to_rankine,
48- delisle_to_reaumur, delisle_to_romer, fahrenheit_to_celsius, fahrenheit_to_delisle,
49- fahrenheit_to_kelvin, fahrenheit_to_newton, fahrenheit_to_rankine, fahrenheit_to_reaumur,
50- fahrenheit_to_romer, kelvin_to_celsius, kelvin_to_delisle, kelvin_to_fahrenheit,
51- kelvin_to_newton, kelvin_to_rankine, kelvin_to_reaumur, kelvin_to_romer, newton_to_celsius,
52- newton_to_delisle, newton_to_fahrenheit, newton_to_kelvin, newton_to_rankine,
53- newton_to_reaumur, newton_to_romer, rankine_to_celsius, rankine_to_delisle,
54- rankine_to_fahrenheit, rankine_to_kelvin, rankine_to_newton, rankine_to_reaumur,
55- rankine_to_romer, reaumur_to_celsius, reaumur_to_delisle, reaumur_to_fahrenheit,
56- reaumur_to_kelvin, reaumur_to_newton, reaumur_to_rankine, reaumur_to_romer, romer_to_celsius,
57- romer_to_delisle, romer_to_fahrenheit, romer_to_kelvin, romer_to_newton, romer_to_rankine,
58- romer_to_reaumur,
59- } ;
44+ pub use self :: temperature:: { convert_temperature, TemperatureUnit } ;
6045pub use self :: time_units:: convert_time;
0 commit comments