We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3b6c3 commit d15f518Copy full SHA for d15f518
frozen-abi-macro/src/lib.rs
@@ -345,9 +345,9 @@ fn quote_for_test(
345
quote! {
346
#[test]
347
fn test_abi_digest() {
348
- use ::rand::{SeedableRng, RngCore};
349
- use ::rand_chacha::ChaCha8Rng;
350
- use ::bincode;
+ use ::solana_frozen_abi::rand::{SeedableRng, RngCore};
+ use ::solana_frozen_abi::rand_chacha::ChaCha8Rng;
+ use ::solana_frozen_abi::bincode;
351
use ::solana_frozen_abi::stable_abi::StableAbi;
352
353
let mut rng = ChaCha8Rng::seed_from_u64(20666175621446498);
0 commit comments