-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo test in the crate root fails without this
It worked in the individual crates before this, not sure why. I bet this is due to ark_std::io being either std::io or the fork of it. Awful lot of stupid shit in Rust is due to std::io not being core::io, which afaik happens because of the missguided effort to add backtraces everywhere.
- Loading branch information
¨Jeff
committed
Aug 31, 2023
1 parent
9f0c655
commit 48b8507
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters