Skip to content

Commit 7745da1

Browse files
Copilotyouknowone
andcommitted
Upgrade to edition 2024 and fix clippy warnings
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
1 parent bd1dd7d commit 7745da1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mt19937"
33
version = "3.2.0"
44
authors = ["Noa <coolreader18@gmail.com>", "RustPython Team"]
5-
edition = "2021"
5+
edition = "2024"
66
license-file = "LICENSE"
77
description = "A translation of the MT19937 Mersenne Twister rng algorithm to Rust"
88
documentation = "https://docs.rs/mt19937"

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
are met:
2727
2828
1. Redistributions of source code must retain the above copyright
29-
notice, this list of conditions and the following disclaimer.
29+
notice, this list of conditions and the following disclaimer.
3030
3131
2. Redistributions in binary form must reproduce the above copyright
32-
notice, this list of conditions and the following disclaimer in the
33-
documentation and/or other materials provided with the distribution.
32+
notice, this list of conditions and the following disclaimer in the
33+
documentation and/or other materials provided with the distribution.
3434
3535
3. The names of its contributors may not be used to endorse or promote
36-
products derived from this software without specific prior written
37-
permission.
36+
products derived from this software without specific prior written
37+
permission.
3838
3939
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4040
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

0 commit comments

Comments
 (0)