Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Hunar Roop Kahlon <[email protected]>
  • Loading branch information
ammgws and kinggoesgaming authored Jan 21, 2020
1 parent abd901b commit cc9e6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To create a new random (V4) UUID and print it out in hexadecimal form:

use uuid::Uuid;

fn main() {
fn main() -> Result<(), Box<std::error::Error> {
let my_uuid = Uuid::new_v4().unwrap();
println!("{}", my_uuid);
}
Expand Down

0 comments on commit cc9e6ac

Please sign in to comment.