Skip to content

Commit

Permalink
Replace a comma with a semicolon
Browse files Browse the repository at this point in the history
A semicolon is appropriate here, so let's make that change.
  • Loading branch information
traviscross committed Jul 29, 2024
1 parent 1fadd85 commit 2c54899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust-2024/prelude.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ However, these derive macros are still available in the standard library, they a
use core::prelude::v1::{RustcDecodable, RustcEncodable};
```

There is no automatic migration for this change, you will need to make the update manually.
There is no automatic migration for this change; you will need to make the update manually.

0 comments on commit 2c54899

Please sign in to comment.