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