Skip to content

Commit 374d0ca

Browse files
authored
Merge pull request sfackler#354 from paulbort/master
Change example to avoid compiler warning
2 parents 9ab7218 + 37d3982 commit 374d0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fn main() {
4444
name: row.get(1),
4545
data: row.get(2),
4646
};
47-
println!("Found person {}", person.name);
47+
println!("Found person {}: {}", person.id, person.name);
4848
}
4949
}
5050
```

0 commit comments

Comments
 (0)