rename 'temp' variable
This commit is contained in:
parent
f1ca5f3fdd
commit
93552a148f
@ -9,6 +9,6 @@ use temp::*;
|
|||||||
//}
|
//}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let temp = get_temp_r();
|
let temperature = get_temp_r();
|
||||||
println!("{}", temp);
|
println!("{}", temperature);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user