Skip to content

Commit c11d82c

Browse files
committed
rand::OsRng is no longer reachable.
Signed-off-by: Jason Volk <jason@zemos.net>
1 parent e8b5481 commit c11d82c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ disallowed-methods = [
1515
]
1616

1717
disallowed-types = [
18-
"rand::OsRng",
1918
{ path = "std::path::PathBuf", reason = "use camino::Utf8PathBuf instead" },
2019
{ path = "std::path::Path", reason = "use camino::Utf8Path instead" },
2120
]

0 commit comments

Comments
 (0)