Skip to content

Commit c290b04

Browse files
author
Lucas McDonald
committed
m
1 parent 8651710 commit c290b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestVectors/runtimes/rust/src/create_wrapped_item_encryptor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use dafny_runtime::Object;
66
use crate::implementation_from_dafny::software::amazon::cryptography::dbencryptionsdk::dynamodb::itemencryptor::internaldafny::types::IDynamoDbItemEncryptorClient;
77
use crate::implementation_from_dafny::software::amazon::cryptography::dbencryptionsdk::dynamodb::itemencryptor::internaldafny::types::Error;
88
use crate::implementation_from_dafny::_Wrappers_Compile;
9-
use aws_db_esdk::item_encryptor::client as item_encryptor_client;
9+
use crate::deps::aws_db_esdk::item_encryptor::client as item_encryptor_client;
1010

1111
pub mod _CreateWrappedItemEncryptor_Compile {
1212
pub struct _default {}
@@ -20,7 +20,7 @@ impl _CreateWrappedItemEncryptor_Compile::_default {
2020

2121
let item_encryptor = item_encryptor_client::Client::from_conf(native_config);
2222
let wrapped_encryptor = // where is this generated?
23-
let dafny_encryptor = // tood find
23+
let dafny_encryptor = ::dafny_runtime::upcast_object()(::dafny_runtime::object::new(wrapped_encryptor));
2424

2525
Rc::new(crate::r#_Wrappers_Compile::Result::Success {
2626
value: dafny_encryptor,

0 commit comments

Comments
 (0)