Skip to content

Commit 2c54899

Browse files
committed
Replace a comma with a semicolon
A semicolon is appropriate here, so let's make that change.
1 parent 1fadd85 commit 2c54899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2024/prelude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ However, these derive macros are still available in the standard library, they a
104104
use core::prelude::v1::{RustcDecodable, RustcEncodable};
105105
```
106106

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

0 commit comments

Comments
 (0)