[rust-it] fix struct name according below usage

This commit is contained in:
Daniele Megna 2019-05-31 16:02:41 +02:00 committed by GitHub
parent 15bc68c200
commit 8c7aff32cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ fn main() {
/////////////
// Strutture
struct Point {
struct Punto {
x: i32,
y: i32,
}