Problem: docs test broken with missing codec constructors

This commit is contained in:
Joshua McQuistan 2023-10-29 12:20:23 +00:00
parent f3ea5dcd74
commit 1a27eb0034

View file

@ -152,7 +152,7 @@ where
/// let (id, set_id, _) = use_storage_with_options::<String, ProstCodec>(
/// StorageType::Session,
/// "my-id",
/// UseStorageOptions::prost_codec(),
/// UseStorageOptions::default(),
/// );
/// # view! { }
/// # }