Skip to content

Commit 91c64b4

Browse files
committed
Fix README example
1 parent c72571a commit 91c64b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() {
4343
)", &[]).unwrap();
4444
let me = Person {
4545
id: 0,
46-
name: "Steven".into_string(),
46+
name: "Steven".to_string(),
4747
time_created: time::get_time(),
4848
data: None
4949
};

0 commit comments

Comments
 (0)