mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 09:14:39 +02:00
Merge pull request #3541 from danielemegna/rustit-fix-struct-name
[rust/it] fix struct name according below usage
This commit is contained in:
@@ -130,7 +130,7 @@ fn main() {
|
||||
/////////////
|
||||
|
||||
// Strutture
|
||||
struct Point {
|
||||
struct Punto {
|
||||
x: i32,
|
||||
y: i32,
|
||||
}
|
||||
|
Reference in New Issue
Block a user